diff options
author | yyamano <yyamano> | 2002-02-27 04:45:57 +0000 |
---|---|---|
committer | yyamano <yyamano> | 2002-02-27 04:45:57 +0000 |
commit | f55edeb1d4c311a0f7e097e82534776821f9ae2a (patch) | |
tree | d32b9bdffb69683fe62870b2177a146302b8f359 /archivers | |
parent | c64ece610c325cc6cd509b21e7c637aa4e4fc5f3 (diff) | |
download | pkgsrc-f55edeb1d4c311a0f7e097e82534776821f9ae2a.tar.gz |
Replace -s with ${_STRIPFLAG_CC} to make this build on Darwin.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/unzip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |