Skip to content

Commit

Permalink
Make the non-encrypted version build on Interix. (ZIP_ENCRYPTION turn…
Browse files Browse the repository at this point in the history
…s on

some funky oldsk00l TTY code that needs an overhaul....)
  • Loading branch information
tv committed Nov 22, 2004
1 parent 8573903 commit 4251fa6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions archivers/zip1/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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}
Expand All @@ -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"
Expand Down

0 comments on commit 4251fa6

Please sign in to comment.