diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-04-05 09:09:16 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-04-05 09:09:16 +0000 |
commit | 0c4a0edaf58be399a94fb1478aab3417b7f35a0d (patch) | |
tree | de0c1edda158a0e93eec9529e3e4991fe6c78e78 /www/galeon | |
parent | ab85a80daa42c0776795282f5b02c175aa46677d (diff) | |
download | ports-0c4a0edaf58be399a94fb1478aab3417b7f35a0d.tar.gz ports-0c4a0edaf58be399a94fb1478aab3417b7f35a0d.zip |
Notes
Diffstat (limited to 'www/galeon')
-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 |