From 2185adacfe96948a7128a3b4ede64e5f0097ede6 Mon Sep 17 00:00:00 2001 From: hauke Date: Fri, 26 Nov 2010 16:06:03 +0000 Subject: Commit the one-liner os specific CFLAGS addition from pkg/43723 and add same for Darwin. --- archivers/unzip/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'archivers/unzip') 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 -- cgit v1.2.3