Module Name:    src
Committed By:   christos
Date:           Wed Aug 15 14:31:22 UTC 2018

Modified Files:
        src/tools/mandoc: Makefile

Log Message:
Expose re{c,}allocarray decls in current.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/tools/mandoc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tools/mandoc/Makefile
diff -u src/tools/mandoc/Makefile:1.13 src/tools/mandoc/Makefile:1.14
--- src/tools/mandoc/Makefile:1.13	Tue May  1 15:59:47 2018
+++ src/tools/mandoc/Makefile	Wed Aug 15 10:31:22 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.13 2018/05/01 19:59:47 christos Exp $
+#	$NetBSD: Makefile,v 1.14 2018/08/15 14:31:22 christos Exp $
 
 HOSTPROGNAME=	${_TOOL_PREFIX}mandoc
 HOST_SRCDIR=	external/bsd/mdocml/bin/mandoc
@@ -9,6 +9,7 @@ NETBSD_MINOR!=	${HOST_SH} ${NETBSDSRCDIR
 NETBSD_OSNAME=	"NetBSD ${NETBSD_MINOR}"
 
 HOST_CPPFLAGS+=	-DOSNAME=${NETBSD_OSNAME:Q} -DHAVE_CONFIG_H -I.
+HOST_CPPFLAGS+= -D_OPENBSD_SOURCE
 
 DPSRCS+=	config.h
 

Reply via email to