diff options
author | wiz <wiz@pkgsrc.org> | 2013-03-25 11:46:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-03-25 11:46:07 +0000 |
commit | 986d293b6584f2cd085ce1450c077d27f5757ac6 (patch) | |
tree | 799f1874dc44c3b4cb59f4dbc8002daed00c4dfa /archivers | |
parent | 204a0aef6051c370b80d455a027f934fd66ddf26 (diff) | |
download | pkgsrc-986d293b6584f2cd085ce1450c077d27f5757ac6.tar.gz |
Fix package for Cygwin. From Makoto Fujiwara in PR 47691
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/unzip/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index 61d0b038203..7de2affdc0d 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.83 2012/09/11 19:47:02 asau Exp $ +# $NetBSD: Makefile,v 1.84 2013/03/25 11:46:07 wiz Exp $ DISTNAME= unzip60 PKGNAME= unzip-6.0 @@ -32,6 +32,7 @@ CPPFLAGS+= -DBSD ${OPSYS} == "OSF1" || \ ${OPSYS} == "AIX" || \ ${OPSYS} == "OpenBSD" || \ + ${OPSYS} == "Cygwin" || \ (${OPSYS} == "Darwin" && !empty(OS_VERSION:M[01234678].*))) CPPFLAGS+= -DNO_LCHMOD .endif |