summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorhiramatsu <hiramatsu@pkgsrc.org>2011-02-05 04:03:48 +0000
committerhiramatsu <hiramatsu@pkgsrc.org>2011-02-05 04:03:48 +0000
commitdfcc1fcf4a8d7e93bebe50bd689457435dc3bd94 (patch)
tree127f85fa7134243afb9e8b07488a88db6714d6ba /archivers
parente1dbf4ab025e8b2640605e0d4de0722493a3c8b4 (diff)
downloadpkgsrc-dfcc1fcf4a8d7e93bebe50bd689457435dc3bd94.tar.gz
OpenBSD does not have lchmod.
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 14567775d1e..1f5f2c4567b 100644
--- a/archivers/unzip/Makefile
+++ b/archivers/unzip/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.77 2011/01/16 07:31:12 wiz Exp $
+# $NetBSD: Makefile,v 1.78 2011/02/05 04:03:48 hiramatsu Exp $
DISTNAME= unzip60
PKGNAME= unzip-6.0
@@ -29,6 +29,7 @@ CPPFLAGS+= -DBSD
.if (${OPSYS} == "SunOS" || \
${OPSYS} == "OSF1" || \
${OPSYS} == "AIX" || \
+ ${OPSYS} == "OpenBSD" || \
(${OPSYS} == "Darwin" && !empty(OS_VERSION:M[01234678].*)))
CPPFLAGS+= -DNO_LCHMOD
.endif