diff options
author | wiz <wiz> | 2013-03-25 11:46:07 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-03-25 11:46:07 +0000 |
commit | 9198d9cbd064142d4481364f0ff7e51b6a9f42bc (patch) | |
tree | 799f1874dc44c3b4cb59f4dbc8002daed00c4dfa /archivers/unzip | |
parent | e12a6cec33523aa61c8440142ef16cf97c11e151 (diff) | |
download | pkgsrc-9198d9cbd064142d4481364f0ff7e51b6a9f42bc.tar.gz |
Fix package for Cygwin. From Makoto Fujiwara in PR 47691
Diffstat (limited to 'archivers/unzip')
-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 |