diff options
author | tv <tv@pkgsrc.org> | 1999-01-04 13:33:07 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-01-04 13:33:07 +0000 |
commit | 64dd60cbebb946068470c36df69254bf1fc9e81e (patch) | |
tree | b216b45f659e6374d76d929332e4414a4e5b3eee /archivers | |
parent | 986c19dc582b7ed2367f970cbe3adcbc7e7b1bba (diff) | |
download | pkgsrc-64dd60cbebb946068470c36df69254bf1fc9e81e.tar.gz |
Note why USE_ZLIB is not used.
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" |