pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/zip1 Don't build on Interix.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6b2faecb67c7
branches:  trunk
changeset: 474146:6b2faecb67c7
user:      tv <tv%pkgsrc.org@localhost>
date:      Sun Apr 25 23:16:22 2004 +0000

description:
Don't build on Interix.

diffstat:

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

diffs (18 lines):

diff -r dc3abfb3481e -r 6b2faecb67c7 archivers/zip1/Makefile
--- a/archivers/zip1/Makefile   Sun Apr 25 23:14:47 2004 +0000
+++ b/archivers/zip1/Makefile   Sun Apr 25 23:16:22 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2004/03/11 18:03:50 xtraeme Exp $
+# $NetBSD: Makefile,v 1.25 2004/04/25 23:16:22 tv Exp $
 #
 
 DISTNAME=      zip1-1.1
@@ -15,6 +15,8 @@
 NO_SRC_ON_CDROM=${RESTRICTED}
 NO_BIN_ON_CDROM=${RESTRICTED}
 
+NOT_FOR_PLATFORM+= Interix-*-* # needs porting
+
 WRKSRC=                ${WRKDIR}
 MAKEFILE=      makefile
 MAKE_FLAGS=    CFLAGS="${CFLAGS} -DDIRENT" LFLAGS2="-lcompat"



Home | Main Index | Thread Index | Old Index