summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
Diffstat (limited to 'archivers')
-rw-r--r--archivers/unzip/Makefile3
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