aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/etk/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/etk/files/patch-configure')
-rw-r--r--x11-toolkits/etk/files/patch-configure30
1 files changed, 30 insertions, 0 deletions
diff --git a/x11-toolkits/etk/files/patch-configure b/x11-toolkits/etk/files/patch-configure
new file mode 100644
index 000000000000..3de7e5ab2bc2
--- /dev/null
+++ b/x11-toolkits/etk/files/patch-configure
@@ -0,0 +1,30 @@
+--- configure.orig Thu Sep 28 00:24:04 2006
++++ configure Thu Sep 28 00:24:12 2006
+@@ -22026,27 +22026,6 @@
+ ;;
+ esac
+
+-function vser
+-{
+- v=$1
+- VSTART=`echo $v | awk -F_ '{printf("%s", $1);}'`
+- V1=`echo $VSTART | awk -F\. '{printf("%s", $1);}'`
+- V2=`echo $VSTART | awk -F\. '{printf("%s", $2);}'`
+- V3=`echo $VSTART | awk -F\. '{printf("%s", $3);}'`
+- V4="0"
+- VEND=`echo $v | awk -F_ '{printf("%s", $2);}'`
+- if test -n "$VEND"; then
+- V4=`echo $VEND | sed s/pre//`
+- fi
+- V3=$(( $V3 * 100 ));
+- V2=$(( $V2 * 10000 ));
+- V1=$(( $V1 * 1000000 ));
+- V=$(( $V4 + $V3 + $V2 + $V1 ));
+- echo $V
+-}
+-
+-
+-
+ # Check whether --with-evas-prefix was given.
+ if test "${with_evas_prefix+set}" = set; then
+ withval=$with_evas_prefix; evas_config_prefix="$withval"