diff options
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/unzip/Makefile | 3 |
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" |