summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjmmv <jmmv>2005-01-10 13:18:06 +0000
committerjmmv <jmmv>2005-01-10 13:18:06 +0000
commitafae7f72377f067907b12320714be86eecbce425 (patch)
tree20cd826ad93f5fba24bcae2e34e84cb489494699 /www
parent3677d44f5547760b719ded4308e444e68277ffce (diff)
downloadpkgsrc-afae7f72377f067907b12320714be86eecbce425.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/Makefile5
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"