diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-01-10 13:18:06 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-01-10 13:18:06 +0000 |
commit | e7e6993b20709ed0f5f03f55a519d37efd0d6006 (patch) | |
tree | 20cd826ad93f5fba24bcae2e34e84cb489494699 /www | |
parent | ad2a932ff37eb8f905ea0b665b750e8e9c9acb5c (diff) | |
download | pkgsrc-e7e6993b20709ed0f5f03f55a519d37efd0d6006.tar.gz |
Disable compilation warnings (which also removes -Werror). Should fix the
build under NetBSD 1.6.2/i386 as shown in latest kristerw@'s bulk build.
Diffstat (limited to 'www')
-rw-r--r-- | www/epiphany-extensions/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile index 5ab5169c4fd..26d105b33be 100644 --- a/www/epiphany-extensions/Makefile +++ b/www/epiphany-extensions/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/01/03 22:49:12 jmmv Exp $ +# $NetBSD: Makefile,v 1.8 2005/01/10 13:18:06 jmmv Exp $ # DISTNAME= epiphany-extensions-1.4.4 @@ -15,6 +15,9 @@ USE_BUILDLINK3= YES USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES +# Avoid -Werror, which breaks the build sometimes. +CONFIGURE_ARGS+= --enable-compile-warnings=no + CPPFLAGS+= -I${BUILDLINK_PREFIX.mozilla-gtk2}/include/mozilla-gtk2/webbrwsr .include "../../devel/GConf2/buildlink3.mk" |