pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/ucspi-tcp6



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Fri Jun 28 19:15:06 UTC 2019

Modified Files:
        pkgsrc/net/ucspi-tcp6: Makefile

Log Message:
Use CPPFLAGS, not CFLAGS, to perhaps fix CentOS 7 bulk build.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/ucspi-tcp6/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/ucspi-tcp6/Makefile
diff -u pkgsrc/net/ucspi-tcp6/Makefile:1.12 pkgsrc/net/ucspi-tcp6/Makefile:1.13
--- pkgsrc/net/ucspi-tcp6/Makefile:1.12 Thu Jun 20 01:06:27 2019
+++ pkgsrc/net/ucspi-tcp6/Makefile      Fri Jun 28 19:15:06 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2019/06/20 01:06:27 schmonz Exp $
+# $NetBSD: Makefile,v 1.13 2019/06/28 19:15:06 schmonz Exp $
 
 DISTNAME=              ucspi-tcp6-1.10.6
 CATEGORIES=            net
@@ -17,7 +17,7 @@ DJB_SLASHPACKAGE=     yes
 DJB_RESTRICTED=                no
 DJB_CONFIG_DIR=                ${WRKSRC}
 
-CFLAGS+=               -I${PREFIX}/include/qlibs
+CPPFLAGS+=             -I${PREFIX}/include/qlibs
 LDFLAGS+=              -L${PREFIX}/lib/qlibs
 
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man5



Home | Main Index | Thread Index | Old Index