summaryrefslogtreecommitdiff
path: root/www/epiphany-extensions
diff options
context:
space:
mode:
Diffstat (limited to 'www/epiphany-extensions')
-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"