summaryrefslogtreecommitdiff
path: root/net/libnice
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-03-15 22:02:55 +0000
committerwiz <wiz@pkgsrc.org>2014-03-15 22:02:55 +0000
commit5fd866a4e92f08678ecb3aa21778be4bab2f26ea (patch)
treebc3c9474f063eaf8200ccd6e67d54ec7bb7f1bcb /net/libnice
parent7a56dbea70861df6e2bdc5a0c4aabdacfdd5b5ba (diff)
downloadpkgsrc-5fd866a4e92f08678ecb3aa21778be4bab2f26ea.tar.gz
Remove -Werror due to reports that on NetBSD 6 and Illumos the code
is not clean enough to compile without warnings (and thus errors).
Diffstat (limited to 'net/libnice')
-rw-r--r--net/libnice/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/libnice/Makefile b/net/libnice/Makefile
index 39ae604894c..adda5755f96 100644
--- a/net/libnice/Makefile
+++ b/net/libnice/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2014/03/12 10:25:47 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2014/03/15 22:02:55 wiz Exp $
#
# Also update net/gst-plugins1-libnice when you update this!
@@ -18,6 +18,8 @@ CONFIGURE_ARGS+= --without-gstreamer
PKGCONFIG_OVERRIDE+= nice/nice.pc.in
+BUILDLINK_TRANSFORM+= rm:-Werror
+
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mclang)