pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/tcp_wrappers
Module Name: pkgsrc
Committed By: tnn
Date: Tue Aug 13 16:44:40 UTC 2024
Modified Files:
pkgsrc/security/tcp_wrappers: Makefile
Log Message:
tcp_wrappers: use CFLAGS.Linux instead of CFLAGS for now
PR pkg/58589
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/security/tcp_wrappers/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/tcp_wrappers/Makefile
diff -u pkgsrc/security/tcp_wrappers/Makefile:1.45 pkgsrc/security/tcp_wrappers/Makefile:1.46
--- pkgsrc/security/tcp_wrappers/Makefile:1.45 Thu Aug 8 20:34:11 2024
+++ pkgsrc/security/tcp_wrappers/Makefile Tue Aug 13 16:44:39 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2024/08/08 20:34:11 triaxx Exp $
+# $NetBSD: Makefile,v 1.46 2024/08/13 16:44:39 tnn Exp $
DISTNAME= tcp_wrappers_7.6-ipv6.4
PKGNAME= ${DISTNAME:S/_7.6-ipv6/-7.6/}
@@ -43,8 +43,8 @@ MAKE_ENV+= IPV6=-DHAVE_IPV6
. endif
.endif
-CFLAGS+= -D_POSIX_C_SOURCE=200809L # popen(3)
-CFLAGS+= -D_XOPEN_SOURCE=500 # endgrent(3)
+CFLAGS.Linux+= -D_POSIX_C_SOURCE=200809L # popen(3)
+CFLAGS.Linux+= -D_XOPEN_SOURCE=500 # endgrent(3)
CFLAGS.Darwin+= -D_DARWIN_C_SOURCE
# Default to /etc/hosts.{allow,deny} for the configuration files to match
Home |
Main Index |
Thread Index |
Old Index