summaryrefslogtreecommitdiff
path: root/www/galeon2/files/patch-configure
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-02-17 00:15:55 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-02-17 00:15:55 +0000
commitd0c92cead8a83f82dc8100ea44f8cec0652b029a (patch)
tree3d59ab868754c5c79c532ef0eb9d82432e0aa1d6 /www/galeon2/files/patch-configure
parentUse USE_GNOMENG. (diff)
Update to 1.3.2. Note, galeon2 now requires mozilla-devel-gtk2. You
can no longer build with mozilla-gtk2.
Notes
Notes: svn path=/head/; revision=75673
Diffstat (limited to 'www/galeon2/files/patch-configure')
-rw-r--r--www/galeon2/files/patch-configure13
1 files changed, 0 insertions, 13 deletions
diff --git a/www/galeon2/files/patch-configure b/www/galeon2/files/patch-configure
index 1624ed425cb4..f8bc9fe02fb6 100644
--- a/www/galeon2/files/patch-configure
+++ b/www/galeon2/files/patch-configure
@@ -8,16 +8,3 @@
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-@@ -18588,7 +18589,11 @@
- # Check whether --enable-werror or --disable-werror was given.
- if test "${enable_werror+set}" = set; then
- enableval="$enable_werror"
-- disable_werror=no
-+ if test "x$enable_werror" != "xno"; then
-+ disable_werror=no
-+ else
-+ disable_werror=yes
-+ fi
- else
- disable_werror=yes
- fi;