summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authortv <tv>2005-11-08 19:37:21 +0000
committertv <tv>2005-11-08 19:37:21 +0000
commit0200fead8bef06a5ca375c51127541964c439116 (patch)
tree0a1e242de045d7edbead131b661814d689c686a7 /textproc
parent0b529500e2346dd8c9cb62c93019b89da68e151c (diff)
downloadpkgsrc-0200fead8bef06a5ca375c51127541964c439116.tar.gz
Interix has strlcpy(3) too.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/helpdeco/Makefile4
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