pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net Remove -Werror due to reports that on NetBSD 6 and...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2f151664894c
branches: trunk
changeset: 632105:2f151664894c
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Mar 15 22:02:55 2014 +0000
description:
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:
net/gst-plugins1-libnice/Makefile | 4 +++-
net/libnice/Makefile | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
diffs (36 lines):
diff -r e4823e433e5c -r 2f151664894c net/gst-plugins1-libnice/Makefile
--- a/net/gst-plugins1-libnice/Makefile Sat Mar 15 15:17:21 2014 +0000
+++ b/net/gst-plugins1-libnice/Makefile Sat Mar 15 22:02:55 2014 +0000
@@ -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 @@
BUILD_DIRS= gst
INSTALL_DIRS= gst
+BUILDLINK_TRANSFORM+= rm:-Werror
+
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mclang)
diff -r e4823e433e5c -r 2f151664894c net/libnice/Makefile
--- a/net/libnice/Makefile Sat Mar 15 15:17:21 2014 +0000
+++ b/net/libnice/Makefile Sat Mar 15 22:02:55 2014 +0000
@@ -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 @@
PKGCONFIG_OVERRIDE+= nice/nice.pc.in
+BUILDLINK_TRANSFORM+= rm:-Werror
+
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mclang)
Home |
Main Index |
Thread Index |
Old Index