diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-09 03:42:52 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-09 03:42:52 +0800 |
commit | 43d34be219cb0ba9208a2ed402dd573debc7b807 (patch) | |
tree | 995c2f34a1ca10858e58e3e65fe2d19a13429ea1 /www/galeon | |
parent | 9fe714a6410c45ae00f7b6954860e1efdc681579 (diff) | |
download | marcuscom-ports-43d34be219cb0ba9208a2ed402dd573debc7b807.tar marcuscom-ports-43d34be219cb0ba9208a2ed402dd573debc7b807.tar.gz marcuscom-ports-43d34be219cb0ba9208a2ed402dd573debc7b807.tar.bz2 marcuscom-ports-43d34be219cb0ba9208a2ed402dd573debc7b807.tar.lz marcuscom-ports-43d34be219cb0ba9208a2ed402dd573debc7b807.tar.xz marcuscom-ports-43d34be219cb0ba9208a2ed402dd573debc7b807.tar.zst marcuscom-ports-43d34be219cb0ba9208a2ed402dd573debc7b807.zip |
Sync w/ FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9736 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/galeon')
-rw-r--r-- | www/galeon/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile index 3c81eaf0c..4680b6821 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -3,7 +3,7 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/galeon/Makefile,v 1.12 2007/05/19 21:36:25 marcus Exp $ +# $MCom: ports/www/galeon/Makefile,v 1.13 2007/05/30 03:21:44 mezz Exp $ # PORTNAME= galeon @@ -38,11 +38,10 @@ GCONF_SCHEMAS= galeon.schemas .include <bsd.port.pre.mk> .include "${PORTSDIR}/www/mozilla/bsd.gecko.mk" -.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 |