pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/zip1 Make the non-encrypted version build on...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b06d361812c4
branches:  trunk
changeset: 483951:b06d361812c4
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Nov 22 21:01:37 2004 +0000

description:
Make the non-encrypted version build on Interix.  (ZIP_ENCRYPTION turns on
some funky oldsk00l TTY code that needs an overhaul....)

diffstat:

 archivers/zip1/Makefile |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r f862dce4d8cf -r b06d361812c4 archivers/zip1/Makefile
--- a/archivers/zip1/Makefile   Mon Nov 22 21:01:09 2004 +0000
+++ b/archivers/zip1/Makefile   Mon Nov 22 21:01:37 2004 +0000
@@ -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 @@
 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 @@
 CRYPTO=                yes
 .endif
 
-.if ${OPSYS} == "Linux"
+.if ${OPSYS} == "Linux" || ${OPSYS} == "Interix"
 MAKE_FLAGS=    CFLAGS="${CFLAGS} -DSYSV"
 .else
 MAKE_FLAGS=    CFLAGS="${CFLAGS} -DDIRENT" LFLAGS2="-lcompat"



Home | Main Index | Thread Index | Old Index