Module Name:    src
Committed By:   christos
Date:           Wed Mar 26 18:41:54 UTC 2025

Modified Files:
        src/tools/mandoc: Makefile

Log Message:
don't define _OPENBSD_SOURCE from the command line; it is defined again
in the generated config.h


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 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.14 src/tools/mandoc/Makefile:1.15
--- src/tools/mandoc/Makefile:1.14	Wed Aug 15 10:31:22 2018
+++ src/tools/mandoc/Makefile	Wed Mar 26 14:41:53 2025
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.14 2018/08/15 14:31:22 christos Exp $
+#	$NetBSD: Makefile,v 1.15 2025/03/26 18:41:53 christos Exp $
 
 HOSTPROGNAME=	${_TOOL_PREFIX}mandoc
 HOST_SRCDIR=	external/bsd/mdocml/bin/mandoc
@@ -9,7 +9,6 @@ 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