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:           Sat May 30 08:45:58 UTC 2020

Modified Files:
        pkgsrc/net/nsd: Makefile

Log Message:
nsd: Some library functions require _NETBSD_SOURCE on NetBSD


To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 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.111 pkgsrc/net/nsd/Makefile:1.112
--- pkgsrc/net/nsd/Makefile:1.111       Thu Apr 30 07:42:13 2020
+++ pkgsrc/net/nsd/Makefile     Sat May 30 08:45:58 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.111 2020/04/30 07:42:13 ryoon Exp $
+# $NetBSD: Makefile,v 1.112 2020/05/30 08:45:58 ryoon Exp $
 
 DISTNAME=      nsd-4.3.1
 CATEGORIES=    net
@@ -22,8 +22,8 @@ USE_LANGUAGES=        c c++
 USE_LIBTOOL=   yes
 
 .if ${OPSYS} == "NetBSD"
-# For reallocarray(3) on NetBSD 9
-CPPFLAGS+=     -D_OPENBSD_SOURCE
+# Some _NETBSD_SOURCE definitions are required to build.
+CPPFLAGS+=     -D_NETBSD_SOURCE
 .endif
 
 GNU_CONFIGURE= yes



Home | Main Index | Thread Index | Old Index