summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/gst-plugins1-libnice/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/net/gst-plugins1-libnice/Makefile b/net/gst-plugins1-libnice/Makefile
index e29e321d08a..55772dfe40c 100644
--- a/net/gst-plugins1-libnice/Makefile
+++ b/net/gst-plugins1-libnice/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2014/01/01 11:52:29 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2014/03/12 10:26:10 wiz Exp $
-DISTNAME= libnice-0.1.4
+DISTNAME= libnice-0.1.5
PKGNAME= gst-plugins1-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= net devel
MASTER_SITES= http://nice.freedesktop.org/releases/
@@ -24,6 +23,12 @@ CONFIGURE_ARGS+= --with-gstreamer
BUILD_DIRS= gst
INSTALL_DIRS= gst
+.include "../../mk/compiler.mk"
+
+.if !empty(PKGSRC_COMPILER:Mclang)
+_WRAP_EXTRA_ARGS.CC+= -Wunused-but-set-variable
+.endif
+
.include "../../devel/glib2/buildlink3.mk"
.include "../../net/gupnp-igd/buildlink3.mk"
.include "../../net/libnice/buildlink3.mk"