From 595dc8646aed3901ad57375bf93d859dd478536d Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 22 Nov 2004 21:01:37 +0000 Subject: Make the non-encrypted version build on Interix. (ZIP_ENCRYPTION turns on some funky oldsk00l TTY code that needs an overhaul....) --- archivers/zip1/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'archivers/zip1') 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" -- cgit v1.2.3