summaryrefslogtreecommitdiff
path: root/net/libnice
diff options
context:
space:
mode:
authorjoerg <joerg>2014-12-01 12:39:16 +0000
committerjoerg <joerg>2014-12-01 12:39:16 +0000
commit0b0d2e1ea434a6eee8d54d325c60e3d66a24caad (patch)
treea72e8e5f647f1d5a7090f9839adb32b77937d891 /net/libnice
parentb3739ec7330393b1e3f0ac1aedba8ac43f340a61 (diff)
downloadpkgsrc-0b0d2e1ea434a6eee8d54d325c60e3d66a24caad.tar.gz
Support cwrappers for packages appending arguments in the wrappers.
Diffstat (limited to 'net/libnice')
-rw-r--r--net/libnice/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/libnice/Makefile b/net/libnice/Makefile
index 67d6f232cc2..fe84fe12dfa 100644
--- a/net/libnice/Makefile
+++ b/net/libnice/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2014/10/12 14:46:41 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2014/12/01 12:39:17 joerg Exp $
#
# Also update net/gst-plugins1-libnice when you update this!
@@ -30,6 +30,7 @@ BUILDLINK_TRANSFORM+= rm:-Werror
.if !empty(PKGSRC_COMPILER:Mclang)
_WRAP_EXTRA_ARGS.CC+= -Wunused-but-set-variable
+CWRAPPERS_APPEND.cc+= -Wunused-but-set-variable
.endif
.include "../../devel/glib2/buildlink3.mk"