summaryrefslogtreecommitdiff
path: root/textproc/helpdeco
diff options
context:
space:
mode:
authorben <ben@pkgsrc.org>2004-04-17 04:49:07 +0000
committerben <ben@pkgsrc.org>2004-04-17 04:49:07 +0000
commit0b7cd4f5ad67fe3927153443cbdf826e9975a1e5 (patch)
tree8e41ee7661041076c32451d7c9e2312ff2315214 /textproc/helpdeco
parent3b13b87e747b207047ea910f400911d25431ae94 (diff)
downloadpkgsrc-0b7cd4f5ad67fe3927153443cbdf826e9975a1e5.tar.gz
Make helpdeco build and run in Linux.
Diffstat (limited to 'textproc/helpdeco')
-rw-r--r--textproc/helpdeco/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/textproc/helpdeco/Makefile b/textproc/helpdeco/Makefile
index 0a94a9eca80..e6e9f75194c 100644
--- a/textproc/helpdeco/Makefile
+++ b/textproc/helpdeco/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/01/20 12:26:49 agc Exp $
+# $NetBSD: Makefile,v 1.11 2004/04/17 04:49:07 ben Exp $
#
DISTNAME= helpdc21
@@ -35,6 +35,14 @@ MASTER_SITE_SIMTEL+= ftp://ftp.cdrom.com/pub/simtelnet/ \
ftp://ftp.crc.ca/pub/systems/ibmpc/simtelnet/ \
ftp://ftp.direct.ca/pub/simtelnet/
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "Linux"
+CFLAGS+= -Dstrlcpy=strncpy
+.endif
+
+MAKE_ENV+= CFLAGS="${CFLAGS}"
+
post-extract:
${RM} -f ${WRKSRC}/*exe
${CP} ${FILESDIR}/helpdeco-de.txt \