summaryrefslogtreecommitdiff
path: root/net/glib-networking
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2014-11-29 00:47:35 +0000
committerjoerg <joerg@pkgsrc.org>2014-11-29 00:47:35 +0000
commitcc676f3efd0096b417dfed2c39ec4a7d726baf0a (patch)
treee695d120aa1dc45c782e410748b0bb94dd5abaff /net/glib-networking
parent0a179a759b6565e21af52551c451206c656028bb (diff)
downloadpkgsrc-cc676f3efd0096b417dfed2c39ec4a7d726baf0a.tar.gz
Apply additional clang arguments with cwrappers too.
Diffstat (limited to 'net/glib-networking')
-rw-r--r--net/glib-networking/Makefile3
1 files changed, 2 insertions, 1 deletions
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