pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/libsoup Disable -Werror=missing-include-dirs



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fa8b1984311f
branches:  trunk
changeset: 362763:fa8b1984311f
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Wed May 24 16:42:18 2017 +0000

description:
Disable -Werror=missing-include-dirs

diffstat:

 net/libsoup/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r abcf19cb71ed -r fa8b1984311f net/libsoup/Makefile
--- a/net/libsoup/Makefile      Wed May 24 16:10:24 2017 +0000
+++ b/net/libsoup/Makefile      Wed May 24 16:42:18 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2017/04/22 21:03:15 adam Exp $
+# $NetBSD: Makefile,v 1.33 2017/05/24 16:42:18 jperkin Exp $
 
 DISTNAME=      libsoup-2.54.1
 PKGREVISION=   3
@@ -29,6 +29,8 @@
 
 TEST_TARGET=   check
 
+BUILDLINK_TRANSFORM+=  rm:-Werror=missing-include-dirs
+
 # gcc>=4.2 specific -Werror=XXX flags will be added unconditionally.
 .include "../../mk/compiler.mk"
 .if !empty(CC_VERSION:Mgcc-4.[01].*) || !empty(CC_VERSION:Mgcc-[1-3].*)



Home | Main Index | Thread Index | Old Index