From 0c4a0edaf58be399a94fb1478aab3417b7f35a0d Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Sat, 5 Apr 2003 09:09:16 +0000 Subject: allow build with more warnings enabled, NO_WERROR=yes Approved by: marcus --- www/galeon/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'www/galeon') diff --git a/www/galeon/Makefile b/www/galeon/Makefile index 98a9aae77fa6..c9246ab5557a 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -75,6 +75,10 @@ CONFIGURE_ARGS+= --enable-nautilus-view .if ${OSVERSION} > 500000 # Galeon does not build correctly in -CURRENT if -Werror is passed # to the compiler. +NO_WERROR= yes +.endif +# allow build with more warnings enabled +.if defined(NO_WERROR) CONFIGURE_ARGS+= --disable-werror .endif -- cgit v1.2.3