summaryrefslogtreecommitdiff
path: root/archivers/unzip
diff options
context:
space:
mode:
authortv <tv>1999-01-04 13:33:07 +0000
committertv <tv>1999-01-04 13:33:07 +0000
commit4c4f749d83884465711fee960f7eed0b510a8226 (patch)
treeb216b45f659e6374d76d929332e4414a4e5b3eee /archivers/unzip
parentcea917189ca93176ce71ebbb6333e40635fc453b (diff)
downloadpkgsrc-4c4f749d83884465711fee960f7eed0b510a8226.tar.gz
Note why USE_ZLIB is not used.
Diffstat (limited to 'archivers/unzip')
-rw-r--r--archivers/unzip/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile
index 4deab844a42..54ab023f517 100644
--- a/archivers/unzip/Makefile
+++ b/archivers/unzip/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 1998/12/30 04:06:35 tv Exp $
+# $NetBSD: Makefile,v 1.17 1999/01/04 13:33:07 tv Exp $
# FreeBSD Id: Makefile,v 1.14 1997/06/19 05:30:04 ache Exp
#
@@ -13,6 +13,7 @@ HOMEPAGE= http://www.cdrom.com/pub/infozip/
MAKEFILE= unix/Makefile
ALL_TARGET= unzips
+# we do not use USE_ZLIB because of unknown bugs in 5.40's use of libz
MAKE_FLAGS= CF="${CFLAGS} -I. -DBSD -DUNIX -Dunix -DUSE_UNSHRINK"
.include "../../mk/bsd.prefs.mk"