summaryrefslogtreecommitdiff
path: root/archivers/zip/Makefile
diff options
context:
space:
mode:
authoryyamano <yyamano@pkgsrc.org>2002-04-18 16:42:30 +0000
committeryyamano <yyamano@pkgsrc.org>2002-04-18 16:42:30 +0000
commit4a9a8824286ed8234ac310eb0d8809001766e2a1 (patch)
treed0ebafbc57e1cb28c309434d5593b89bcb19ed18 /archivers/zip/Makefile
parentb2847f15f2f2eb2f9070c2ade7da9cf06a927d73 (diff)
downloadpkgsrc-4a9a8824286ed8234ac310eb0d8809001766e2a1.tar.gz
Fix build on Darwin. All changes are taken from the latest betas of zip.
- Add MacOS X to version_local() - unix/configure: Init LFLAGS1 to "", MacOS X doesn't like -s - rename errors array to ziperrors to avoid MacOS X library clash
Diffstat (limited to 'archivers/zip/Makefile')
-rw-r--r--archivers/zip/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile
index de94af09900..082fd6db171 100644
--- a/archivers/zip/Makefile
+++ b/archivers/zip/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.26 2001/11/29 01:12:25 hubertf Exp $
+# $NetBSD: Makefile,v 1.27 2002/04/18 16:42:30 yyamano Exp $
# FreeBSD Id: Makefile,v 1.10 1997/04/27 16:06:15 ache Exp
#
DISTNAME= zip-2.3
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= archivers
MASTER_SITES= ftp://ftp.info-zip.org/pub/infozip/src/ \
ftp://ftp.icce.rug.nl/infozip/src/
@@ -17,7 +17,7 @@ BUILD_DEPENDS= unzip-[0-9]*:../../archivers/unzip
EXTRACT_ONLY= zip23.tar.gz
MAKEFILE= unix/Makefile
-MAKE_FLAGS= LOCAL_ZIP="${CFLAGS}"
+MAKE_FLAGS= LOCAL_ZIP="${CFLAGS}" LFLAGS1="${_STRIPFLAG_CC}"
ALL_TARGET= generic
USE_BUILDLINK_ONLY= # defined