pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/nsd
Module Name: pkgsrc
Committed By: ryoon
Date: Tue Jul 16 11:38:27 UTC 2019
Modified Files:
pkgsrc/net/nsd: Makefile
Log Message:
Remove _OPENBSD_SOURCE for NetBSD from Makefile
* Upstream includes _OPENBSD_SOURCE for NetBSD.
Noticed by gdt@. Thank you.
To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 pkgsrc/net/nsd/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/nsd/Makefile
diff -u pkgsrc/net/nsd/Makefile:1.103 pkgsrc/net/nsd/Makefile:1.104
--- pkgsrc/net/nsd/Makefile:1.103 Fri Jul 5 07:53:10 2019
+++ pkgsrc/net/nsd/Makefile Tue Jul 16 11:38:27 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.103 2019/07/05 07:53:10 bsiegert Exp $
+# $NetBSD: Makefile,v 1.104 2019/07/16 11:38:27 ryoon Exp $
DISTNAME= nsd-4.2.0
CATEGORIES= net
@@ -50,11 +50,6 @@ CONFIGURE_ARGS+=--with-xfrdfile=${VARBAS
CONFIGURE_ARGS+=--with-libevent=${BUILDLINK_PREFIX.libevent}
CONFIGURE_ARGS+=--with-ssl=${BUILDLINK_PREFIX.openssl}
-.if ${OPSYS} == "NetBSD"
-# For reallocarray(3)
-CPPFLAGS+= -D_OPENBSD_SOURCE
-.endif
-
RCD_SCRIPTS= nlnsd
NSD_USER?= nsd
Home |
Main Index |
Thread Index |
Old Index