diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-04-05 17:09:16 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-04-05 17:09:16 +0800 |
commit | dbe50207d1cccd628d82a2e5772c4174a9326e13 (patch) | |
tree | 2d7da9aa6f201a4f5e31ffa9b224019ee7e0c1c5 /www | |
parent | 845d51a387729f0f2b328a412bdc532f344c0167 (diff) | |
download | freebsd-ports-gnome-dbe50207d1cccd628d82a2e5772c4174a9326e13.tar.gz freebsd-ports-gnome-dbe50207d1cccd628d82a2e5772c4174a9326e13.tar.zst freebsd-ports-gnome-dbe50207d1cccd628d82a2e5772c4174a9326e13.zip |
allow build with more warnings enabled, NO_WERROR=yes
Approved by: marcus
Diffstat (limited to 'www')
-rw-r--r-- | www/galeon/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 |