diff options
author | tv <tv@pkgsrc.org> | 2005-11-08 19:37:21 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-11-08 19:37:21 +0000 |
commit | 0aa4b251db81b98482664ee374eeac036f784374 (patch) | |
tree | 0a1e242de045d7edbead131b661814d689c686a7 /textproc/helpdeco | |
parent | 1be652e669348b602a12bf62571b4d62f9554aef (diff) | |
download | pkgsrc-0aa4b251db81b98482664ee374eeac036f784374.tar.gz |
Interix has strlcpy(3) too.
Diffstat (limited to 'textproc/helpdeco')
-rw-r--r-- | textproc/helpdeco/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/helpdeco/Makefile b/textproc/helpdeco/Makefile index 378d6385ac1..9dc5508cb97 100644 --- a/textproc/helpdeco/Makefile +++ b/textproc/helpdeco/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/07/08 18:56:56 kristerw Exp $ +# $NetBSD: Makefile,v 1.17 2005/11/08 19:37:21 tv Exp $ # DISTNAME= helpdeco-2.1.1 @@ -11,7 +11,7 @@ COMMENT= Windows .hlp to .rtf converter .include "../../mk/bsd.prefs.mk" -.if ${OPSYS} == "NetBSD" || ${OPSYS} == "Darwin" +.if ${OPSYS} == "NetBSD" || ${OPSYS} == "Darwin" || ${OPSYS} == "Interix" CFLAGS+= -DHAVE_STRLCPY .endif |