diff options
Diffstat (limited to 'www/galeon2/files/patch-configure')
-rw-r--r-- | www/galeon2/files/patch-configure | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/www/galeon2/files/patch-configure b/www/galeon2/files/patch-configure deleted file mode 100644 index c9c3f468ca9e..000000000000 --- a/www/galeon2/files/patch-configure +++ /dev/null @@ -1,16 +0,0 @@ ---- configure.orig Mon Aug 9 23:57:15 2004 -+++ configure Mon Aug 9 23:57:15 2004 -@@ -22744,11 +22744,11 @@ - echo "$as_me:$LINENO: result: $MOZILLA_VERSION$autodetect" >&5 - echo "${ECHO_T}$MOZILLA_VERSION$autodetect" >&6 - --if test $MOZILLA_VERSION == "trunk"; then -+if test $MOZILLA_VERSION = "trunk"; then - MOZILLA_VERSION=99.0 # use a high number - fi - --version=$(echo $MOZILLA_VERSION | sed -e 's/\([0-9]\+\|[a-z]\+\)/\1 /g' -e 's/\.//g') -+version=$(echo $MOZILLA_VERSION | sed -E -e 's/([0-9]+|[a-z]+)/\1 /g' -e 's/\.//g') - - set -- $version; - |