From 654dbf172e9df087ec265f836418af7eb3484866 Mon Sep 17 00:00:00 2001 From: yyamano Date: Wed, 27 Feb 2002 04:45:57 +0000 Subject: Replace -s with ${_STRIPFLAG_CC} to make this build on Darwin. --- archivers/unzip/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archivers/unzip') diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index 2210c5905b8..0cb83d52654 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2002/02/21 12:12:49 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2002/02/27 04:45:57 yyamano Exp $ # FreeBSD Id: Makefile,v 1.14 1997/06/19 05:30:04 ache Exp # @@ -19,7 +19,7 @@ USE_BUILDLINK_ONLY= # defined MAKEFILE= unix/Makefile ALL_TARGET= generic_zlib unzipsfx -MAKE_FLAGS= CF="${CFLAGS} -I. -DBSD -DUNIX -Dunix -DUSE_UNSHRINK" LF2="-lz -s" +MAKE_FLAGS= CF="${CFLAGS} -I. -DBSD -DUNIX -Dunix -DUSE_UNSHRINK" LF2="-lz ${_STRIPFLAG_CC}" do-install: cd ${WRKSRC} && ${INSTALL_PROGRAM} unzip funzip unzipsfx ${PREFIX}/bin -- cgit v1.2.3