Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Oct 2016 14:42:41 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r307375 - projects/doctools/cddl/usr.bin/doctools
Message-ID:  <201610151442.u9FEgflu081088@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Oct 15 14:42:41 2016
New Revision: 307375
URL: https://svnweb.freebsd.org/changeset/base/307375

Log:
  e actually have strlcpy strlcat and wcslcpy

Modified:
  projects/doctools/cddl/usr.bin/doctools/Makefile.inc

Modified: projects/doctools/cddl/usr.bin/doctools/Makefile.inc
==============================================================================
--- projects/doctools/cddl/usr.bin/doctools/Makefile.inc	Sat Oct 15 14:40:34 2016	(r307374)
+++ projects/doctools/cddl/usr.bin/doctools/Makefile.inc	Sat Oct 15 14:42:41 2016	(r307375)
@@ -1,5 +1,5 @@
 DOCTOOLSDIR=	${SRCTOP}/contrib/heirloom-doctools
-CFLAGS+=	-I${DOCTOOLSDIR}/include
+CFLAGS+=	-I${DOCTOOLSDIR}/include -DHAVE_STRLCPY -DHAVE_STRLCAT -DHAVE_WCSLCPY
 NO_WERROR=	yes
 LIBDIR=	/usr/libexec/doctools
 REFDIR=	${LIBDIR}/reftools



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610151442.u9FEgflu081088>