diff options
Diffstat (limited to 'www/galeon/patches/patch-ab')
-rw-r--r-- | www/galeon/patches/patch-ab | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/www/galeon/patches/patch-ab b/www/galeon/patches/patch-ab deleted file mode 100644 index 3593fb8bfd4..00000000000 --- a/www/galeon/patches/patch-ab +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-ab,v 1.10 2004/10/05 16:54:29 abs Exp $ - ---- configure.orig 2004-08-08 21:12:00.000000000 +0100 -+++ configure -@@ -22744,11 +22744,11 @@ fi; - 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 's/\([0-9]*\)/\1 /g' -e 's/\.//g') - - set -- $version; - |