From 4a9a8824286ed8234ac310eb0d8809001766e2a1 Mon Sep 17 00:00:00 2001 From: yyamano Date: Thu, 18 Apr 2002 16:42:30 +0000 Subject: 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 --- archivers/zip/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'archivers/zip/Makefile') 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 -- cgit v1.2.3