summaryrefslogtreecommitdiff
path: root/net/libnice/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/libnice/Makefile')
-rw-r--r--net/libnice/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/net/libnice/Makefile b/net/libnice/Makefile
index 5c3a6271442..39ae604894c 100644
--- a/net/libnice/Makefile
+++ b/net/libnice/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.25 2014/01/01 11:52:07 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2014/03/12 10:25:47 wiz Exp $
#
# Also update net/gst-plugins1-libnice when you update this!
-DISTNAME= libnice-0.1.4
-PKGREVISION= 3
+DISTNAME= libnice-0.1.5
CATEGORIES= net devel
MASTER_SITES= http://nice.freedesktop.org/releases/
@@ -19,6 +18,12 @@ CONFIGURE_ARGS+= --without-gstreamer
PKGCONFIG_OVERRIDE+= nice/nice.pc.in
+.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 "../../mk/bsd.pkg.mk"