summaryrefslogtreecommitdiff
path: root/net/gst-plugins1-libnice
diff options
context:
space:
mode:
authorwiz <wiz>2014-03-15 22:02:55 +0000
committerwiz <wiz>2014-03-15 22:02:55 +0000
commit7fc3d5642d23a69a69779940b90a3e84b4b26033 (patch)
treebc3c9474f063eaf8200ccd6e67d54ec7bb7f1bcb /net/gst-plugins1-libnice
parent5c66de98645f3a16de05409e2f66f3d0dc035b7c (diff)
downloadpkgsrc-7fc3d5642d23a69a69779940b90a3e84b4b26033.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/gst-plugins1-libnice')
-rw-r--r--net/gst-plugins1-libnice/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/gst-plugins1-libnice/Makefile b/net/gst-plugins1-libnice/Makefile
index 55772dfe40c..00b5110fb18 100644
--- a/net/gst-plugins1-libnice/Makefile
+++ b/net/gst-plugins1-libnice/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2014/03/12 10:26:10 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2014/03/15 22:02:55 wiz Exp $
DISTNAME= libnice-0.1.5
PKGNAME= gst-plugins1-${DISTNAME}
@@ -23,6 +23,8 @@ CONFIGURE_ARGS+= --with-gstreamer
BUILD_DIRS= gst
INSTALL_DIRS= gst
+BUILDLINK_TRANSFORM+= rm:-Werror
+
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mclang)