Make helpdeco build and run in Linux.
This commit is contained in:
parent
3b13b87e74
commit
0b7cd4f5ad
1 changed files with 9 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue