summaryrefslogtreecommitdiff
path: root/multimedia/emotion/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/emotion/files/patch-configure')
-rw-r--r--multimedia/emotion/files/patch-configure30
1 files changed, 0 insertions, 30 deletions
diff --git a/multimedia/emotion/files/patch-configure b/multimedia/emotion/files/patch-configure
deleted file mode 100644
index ce8584392d2d..000000000000
--- a/multimedia/emotion/files/patch-configure
+++ /dev/null
@@ -1,30 +0,0 @@
---- configure.orig Wed Sep 27 19:06:08 2006
-+++ configure Wed Sep 27 19:08:36 2006
-@@ -22241,27 +22241,6 @@
- _ACEOF
-
-
--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-eet-prefix was given.
- if test "${with_eet_prefix+set}" = set; then
- withval=$with_eet_prefix; eet_config_prefix="$withval"