pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/djbdns
Module Name: pkgsrc
Committed By: schmonz
Date: Fri Jun 28 19:11:11 UTC 2019
Modified Files:
pkgsrc/net/djbdns: Makefile
Log Message:
Use CPPFLAGS (not CFLAGS) to -DPKG_SYSCONFDIR. No functional change
intended (or observed on OS X), and might help CentOS 7 bulk build
failure that I can't reproduce.
To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/net/djbdns/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/djbdns/Makefile
diff -u pkgsrc/net/djbdns/Makefile:1.68 pkgsrc/net/djbdns/Makefile:1.69
--- pkgsrc/net/djbdns/Makefile:1.68 Sat Jan 5 06:18:11 2019
+++ pkgsrc/net/djbdns/Makefile Fri Jun 28 19:11:11 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2019/01/05 06:18:11 schmonz Exp $
+# $NetBSD: Makefile,v 1.69 2019/06/28 19:11:11 schmonz Exp $
DISTNAME= djbdns-1.05
PKGREVISION= 14
@@ -25,7 +25,7 @@ SUBST_SED.etc= -e 's|/etc/dnsrewrite|${
SUBST_MESSAGE.etc= Fixing prefix.
EGDIR= ${PREFIX}/share/examples/${PKGBASE}
-CFLAGS+= -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\""
+CPPFLAGS+= -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\""
MAKE_DIRS+= ${PKG_SYSCONFDIR}
CONF_FILES+= ${EGDIR}/dnsroots.global ${PKG_SYSCONFDIR}/dnsroots.global
BUILD_DEFS+= PKG_SYSCONFBASE
Home |
Main Index |
Thread Index |
Old Index