pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/epiphany-extensions Disable compilation warnings (...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b555eb68f92f
branches:  trunk
changeset: 487146:b555eb68f92f
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Mon Jan 10 13:18:06 2005 +0000

description:
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:

 www/epiphany-extensions/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r ad503243d137 -r b555eb68f92f www/epiphany-extensions/Makefile
--- a/www/epiphany-extensions/Makefile  Mon Jan 10 10:27:55 2005 +0000
+++ b/www/epiphany-extensions/Makefile  Mon Jan 10 13:18:06 2005 +0000
@@ -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_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"



Home | Main Index | Thread Index | Old Index