Module Name: src
Committed By: njoly
Date: Wed Oct 12 15:33:38 UTC 2011
Modified Files:
src/external/bsd/mdocml: Makefile.inc
Log Message:
define HAVE_STRPTIME needed for date parsing.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/external/bsd/mdocml/Makefile.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/mdocml/Makefile.inc
diff -u src/external/bsd/mdocml/Makefile.inc:1.13 src/external/bsd/mdocml/Makefile.inc:1.14
--- src/external/bsd/mdocml/Makefile.inc:1.13 Fri Apr 15 14:36:30 2011
+++ src/external/bsd/mdocml/Makefile.inc Wed Oct 12 15:33:38 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.13 2011/04/15 14:36:30 joerg Exp $
+# $NetBSD: Makefile.inc,v 1.14 2011/10/12 15:33:38 njoly Exp $
.include <bsd.own.mk>
@@ -7,7 +7,7 @@ VERSION!= cd ${.PARSEDIR}/dist && ${MAKE
CPPFLAGS+= -DVERSION=\"${VERSION}\" -DUGLY
.if (${HOSTPROG:U} == "")
-CPPFLAGS+= -DHAVE_STRLCAT -DHAVE_STRLCPY
+CPPFLAGS+= -DHAVE_STRLCAT -DHAVE_STRLCPY -DHAVE_STRPTIME
.endif
DISTDIR:= ${.PARSEDIR}/dist