pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net *libnice needs c99 for SunOS builds



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce6081340c09
branches:  trunk
changeset: 632150:ce6081340c09
user:      richard <richard%pkgsrc.org@localhost>
date:      Mon Mar 17 17:02:55 2014 +0000

description:
*libnice needs c99 for SunOS builds

diffstat:

 net/gst-plugins1-libnice/Makefile |  8 +++++++-
 net/libnice/Makefile              |  8 +++++++-
 2 files changed, 14 insertions(+), 2 deletions(-)

diffs (44 lines):

diff -r 631c1600e10e -r ce6081340c09 net/gst-plugins1-libnice/Makefile
--- a/net/gst-plugins1-libnice/Makefile Mon Mar 17 14:41:15 2014 +0000
+++ b/net/gst-plugins1-libnice/Makefile Mon Mar 17 17:02:55 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2014/03/15 22:02:55 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2014/03/17 17:02:55 richard Exp $
 
 DISTNAME=      libnice-0.1.5
 PKGNAME=       gst-plugins1-${DISTNAME}
@@ -20,6 +20,12 @@
 USE_TOOLS+=    pkg-config
 CONFIGURE_ARGS+= --with-gstreamer
 
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "SunOS"
+USE_LANGUAGES+= c99
+.endif
+
 BUILD_DIRS=    gst
 INSTALL_DIRS=  gst
 
diff -r 631c1600e10e -r ce6081340c09 net/libnice/Makefile
--- a/net/libnice/Makefile      Mon Mar 17 14:41:15 2014 +0000
+++ b/net/libnice/Makefile      Mon Mar 17 17:02:55 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2014/03/15 22:02:55 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2014/03/17 17:02:55 richard Exp $
 #
 # Also update net/gst-plugins1-libnice when you update this!
 
@@ -16,6 +16,12 @@
 USE_TOOLS+=    pkg-config
 CONFIGURE_ARGS+= --without-gstreamer
 
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "SunOS"
+USE_LANGUAGES+=        c99
+.endif
+
 PKGCONFIG_OVERRIDE+=   nice/nice.pc.in
 
 BUILDLINK_TRANSFORM+=  rm:-Werror



Home | Main Index | Thread Index | Old Index