summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/sqlrelay/Makefile3
-rw-r--r--devel/rudiments/Makefile3
-rw-r--r--lang/openjdk7/Makefile9
-rw-r--r--net/glib-networking/Makefile3
4 files changed, 14 insertions, 4 deletions
diff --git a/databases/sqlrelay/Makefile b/databases/sqlrelay/Makefile
index 25743b0b291..91696f7e520 100644
--- a/databases/sqlrelay/Makefile
+++ b/databases/sqlrelay/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2014/07/18 18:16:30 fhajny Exp $
+# $NetBSD: Makefile,v 1.40 2014/11/29 00:47:35 joerg Exp $
COMMENT= Database connection pooling middleware and API
@@ -57,6 +57,7 @@ RCD_SCRIPT_SRC.sqlrcachemanager= ${WRKSRC}/init/rc.sqlrcachemanager
.if !empty(PKGSRC_COMPILER:Mclang)
_WRAP_EXTRA_ARGS.CXX+= -Wno-error=unused-private-field -Wno-error=mismatched-tags
+CWRAPPERS_APPEND.cxx+= -Wno-error=unused-private-field -Wno-error=mismatched-tags
.endif
post-install:
diff --git a/devel/rudiments/Makefile b/devel/rudiments/Makefile
index eb52a595d18..d5478c23f71 100644
--- a/devel/rudiments/Makefile
+++ b/devel/rudiments/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2014/10/30 10:40:36 fhajny Exp $
+# $NetBSD: Makefile,v 1.30 2014/11/29 00:47:35 joerg Exp $
#
DISTNAME= rudiments-0.48
@@ -20,6 +20,7 @@ PTHREAD_AUTO_VARS= YES
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mclang)
_WRAP_EXTRA_ARGS.CXX+= -Wno-error=unused-private-field
+CWRAPPERS_APPEND.cxx+= -Wno-error=unused-private-field
.endif
.include "../../devel/pcre/buildlink3.mk"
diff --git a/lang/openjdk7/Makefile b/lang/openjdk7/Makefile
index 93475d81a49..86571e99b21 100644
--- a/lang/openjdk7/Makefile
+++ b/lang/openjdk7/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.79 2014/11/15 12:10:54 ryoon Exp $
+# $NetBSD: Makefile,v 1.80 2014/11/29 00:47:35 joerg Exp $
DISTNAME= openjdk-1.7.71-20141102
PKGNAME= openjdk7-1.7.71
@@ -127,6 +127,13 @@ _WRAP_EXTRA_ARGS.CXX+= -Wno-parentheses -Wno-sign-conversion \
-Wno-delete-non-virtual-dtor \
-Wno-return-type -Wno-unused-parameter \
-Wno-parentheses-equality -Wno-empty-body
+CWRAPPERS_APPEND.cxx+= -Wno-parentheses -Wno-sign-conversion \
+ -Wno-shorten-64-to-32 -Wno-conversion \
+ -Wno-unused-value -Wno-switch-enum -Wno-switch \
+ -Wno-tautological-compare -Wno-new-returns-null \
+ -Wno-delete-non-virtual-dtor \
+ -Wno-return-type -Wno-unused-parameter \
+ -Wno-parentheses-equality -Wno-empty-body
BUILDLINK_TRANSFORM+= rm:-fcheck-new
BUILDLINK_TRANSFORM+= rm:-fpch-deps
. if ${MACHINE_ARCH} == "x86_64"
diff --git a/net/glib-networking/Makefile b/net/glib-networking/Makefile
index bf0a40a1305..9294b2b6727 100644
--- a/net/glib-networking/Makefile
+++ b/net/glib-networking/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2014/01/01 11:52:28 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2014/11/29 00:47:35 joerg Exp $
#
DISTNAME= glib-networking-2.36.2
@@ -25,6 +25,7 @@ CONFIGURE_ARGS+= --disable-more-warnings
.if !empty(PKGSRC_COMPILER:Mclang)
_WRAP_EXTRA_ARGS.CC+= -Wno-error=format-nonliteral
+CWRAPPERS_APPEND.cc+= -Wno-error=format-nonliteral
.endif
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.32.1