diff options
author | tv <tv@pkgsrc.org> | 2004-11-22 21:01:37 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-11-22 21:01:37 +0000 |
commit | 595dc8646aed3901ad57375bf93d859dd478536d (patch) | |
tree | b49ef6ade6259660b7498f49cd7a6adf82fd4b2f /archivers | |
parent | dad0275fa714bf4f7425678252d56165efd83f29 (diff) | |
download | pkgsrc-595dc8646aed3901ad57375bf93d859dd478536d.tar.gz |
Make the non-encrypted version build on Interix. (ZIP_ENCRYPTION turns on
some funky oldsk00l TTY code that needs an overhaul....)
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/zip1/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/archivers/zip1/Makefile b/archivers/zip1/Makefile index 010c14ea804..eebdee7a5c9 100644 --- a/archivers/zip1/Makefile +++ b/archivers/zip1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2004/11/22 19:36:10 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2004/11/22 21:01:37 tv Exp $ # DISTNAME= zip1-1.1 @@ -14,8 +14,6 @@ RESTRICTED= "Do not modify. Do not sell for profit." NO_SRC_ON_CDROM=${RESTRICTED} NO_BIN_ON_CDROM=${RESTRICTED} -NOT_FOR_PLATFORM+= Interix-*-* # needs porting - PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR} @@ -35,7 +33,7 @@ ALL_TARGET+= zipcloak CRYPTO= yes .endif -.if ${OPSYS} == "Linux" +.if ${OPSYS} == "Linux" || ${OPSYS} == "Interix" MAKE_FLAGS= CFLAGS="${CFLAGS} -DSYSV" .else MAKE_FLAGS= CFLAGS="${CFLAGS} -DDIRENT" LFLAGS2="-lcompat" |