define HAVE_STRPTIME needed for date parsing.

This commit is contained in:
njoly 2011-10-12 15:33:38 +00:00
parent 937673ea7b
commit 3a1b9a69ca

View File

@ -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} -V VERSION
CPPFLAGS+= -DVERSION=\"${VERSION}\" -DUGLY
.if (${HOSTPROG:U} == "")
CPPFLAGS+= -DHAVE_STRLCAT -DHAVE_STRLCPY
CPPFLAGS+= -DHAVE_STRLCAT -DHAVE_STRLCPY -DHAVE_STRPTIME
.endif
DISTDIR:= ${.PARSEDIR}/dist