diff options
author | hauke <hauke@pkgsrc.org> | 2010-11-26 16:06:03 +0000 |
---|---|---|
committer | hauke <hauke@pkgsrc.org> | 2010-11-26 16:06:03 +0000 |
commit | 4a11970ec0820d68a412dc723025aeff6112e98b (patch) | |
tree | 722e4694b4b9099fd1484cdd6c7b8d601a4134ef /archivers/unzip | |
parent | e70e31301218f745bfb70e3f81232dc73d6bc0da (diff) | |
download | pkgsrc-4a11970ec0820d68a412dc723025aeff6112e98b.tar.gz |
Commit the one-liner os specific CFLAGS addition from pkg/43723
and add same for Darwin.
Diffstat (limited to 'archivers/unzip')
-rw-r--r-- | archivers/unzip/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index 10208d79fe5..2b7feb48e32 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.74 2010/03/05 14:32:26 wiz Exp $ +# $NetBSD: Makefile,v 1.75 2010/11/26 16:06:03 hauke Exp $ DISTNAME= unzip60 PKGNAME= unzip-6.0 @@ -27,6 +27,8 @@ CFLAGS+= -DBSD .endif CFLAGS+= -I. -DUNIX -Dunix -DUSE_UNSHRINK CFLAGS.SunOS+= -DNO_LCHMOD +CFLAGS.Darwin+= -DNO_LCHMOD +CFLAGS.OSF1+= -DNO_LCHMOD MAKE_FLAGS+= CF=${CPPFLAGS:Q}\ ${CFLAGS:Q} MAKE_FLAGS+= LF2=${_STRIPFLAG_CC:Q}\ ${LDFLAGS:Q}\ -lz |