diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-08 11:12:17 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-08 11:12:17 +0800 |
commit | bcd4bb02eef65ef45a94b7466d18550a7c716b89 (patch) | |
tree | 99ffb8573305a205c6ae75564e41a8b2ceebeb04 /www | |
parent | bf6388fe09046231198367b72b238b4a5c6d5fb4 (diff) | |
download | freebsd-ports-gnome-bcd4bb02eef65ef45a94b7466d18550a7c716b89.tar.gz freebsd-ports-gnome-bcd4bb02eef65ef45a94b7466d18550a7c716b89.tar.zst freebsd-ports-gnome-bcd4bb02eef65ef45a94b7466d18550a7c716b89.zip |
Bump the MOZILLA_SNAPSHOT version to fix the build with mozilla-1.3
Reported by: Mike Harding <mvh@ix.netcom.com>
Diffstat (limited to 'www')
-rw-r--r-- | www/galeon2/files/patch-configure | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/www/galeon2/files/patch-configure b/www/galeon2/files/patch-configure index f8bc9fe02fb6..20a6e1b02412 100644 --- a/www/galeon2/files/patch-configure +++ b/www/galeon2/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig Tue Jan 21 15:44:16 2003 -+++ configure Tue Jan 21 15:45:28 2003 -@@ -14219,6 +14219,7 @@ +--- configure.orig Sun Mar 9 08:30:25 2003 ++++ configure Mon Apr 7 21:57:40 2003 +@@ -7838,6 +7838,7 @@ # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" @@ -8,3 +8,14 @@ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' +@@ -10305,8 +10306,8 @@ + 1.3a) MOZILLA_SNAPSHOT=4 ;; + 1.3b) MOZILLA_SNAPSHOT=5 ;; + 1.3) MOZILLA_SNAPSHOT=6 ;; +- 1.4a) MOZILLA_SNAPSHOT=6 ;; +-trunk) MOZILLA_SNAPSHOT=6 ;; ++ 1.4a) MOZILLA_SNAPSHOT=7 ;; ++trunk) MOZILLA_SNAPSHOT=7 ;; + *) { { echo "$as_me:$LINENO: error: + ***************************************************************************** + Galeon can be built using mozilla 1.3a, 1.3b or trunk snapshot, but the version |