pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/libsoup



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed May 24 16:42:18 UTC 2017

Modified Files:
        pkgsrc/net/libsoup: Makefile

Log Message:
Disable -Werror=missing-include-dirs


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/net/libsoup/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/libsoup/Makefile
diff -u pkgsrc/net/libsoup/Makefile:1.32 pkgsrc/net/libsoup/Makefile:1.33
--- pkgsrc/net/libsoup/Makefile:1.32    Sat Apr 22 21:03:15 2017
+++ pkgsrc/net/libsoup/Makefile Wed May 24 16:42:18 2017
@@ -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 @@ PKGCONFIG_OVERRIDE+=  libsoup-gnome-2.4.p
 
 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