diff options
Diffstat (limited to 'www/galeon2/files/patch-configure')
-rw-r--r-- | www/galeon2/files/patch-configure | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/www/galeon2/files/patch-configure b/www/galeon2/files/patch-configure new file mode 100644 index 000000000..c9c3f468c --- /dev/null +++ b/www/galeon2/files/patch-configure @@ -0,0 +1,16 @@ +--- 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; + |