diff options
author | tv <tv@pkgsrc.org> | 2004-04-25 23:16:22 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-04-25 23:16:22 +0000 |
commit | eba08f9aa04874eb7f5336633229d62f61c5aff7 (patch) | |
tree | 4d521859293498ea3acd4cce790e6b3f96c4f540 /archivers/zip1 | |
parent | 3c652a49e47f8c7eb3182fd9916c2086f17f621e (diff) | |
download | pkgsrc-eba08f9aa04874eb7f5336633229d62f61c5aff7.tar.gz |
Don't build on Interix.
Diffstat (limited to 'archivers/zip1')
-rw-r--r-- | archivers/zip1/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/zip1/Makefile b/archivers/zip1/Makefile index 394eeb3169a..f9f599d532e 100644 --- a/archivers/zip1/Makefile +++ b/archivers/zip1/Makefile @@ -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 @@ 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 + WRKSRC= ${WRKDIR} MAKEFILE= makefile MAKE_FLAGS= CFLAGS="${CFLAGS} -DDIRENT" LFLAGS2="-lcompat" |