diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-10-24 19:31:27 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-10-24 19:31:27 +0000 |
commit | 7830cdf866e09d08d13121d568db7e8ec0951586 (patch) | |
tree | d638b008a17e19ea4718cbd7087c49713d2b4454 /www/galeon2/files/patch-configure | |
parent | - Update to 0.4.6 (diff) |
Update to 1.3.18. See http://galeon.sourceforge.net/Main/GaleonRelease1318
for a list of what's changed.
Notes
Notes:
svn path=/head/; revision=120087
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; - |