summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorwiz <wiz>2011-01-16 07:31:12 +0000
committerwiz <wiz>2011-01-16 07:31:12 +0000
commit2c5a78ca96850edf5a898aa3b9ecedb9b3b60296 (patch)
tree4d9ae4183458c749e0659d2db328c069488ea43c /archivers
parent2e998264388803eb74ebe7dc3e690ba0db4e7679 (diff)
downloadpkgsrc-2c5a78ca96850edf5a898aa3b9ecedb9b3b60296.tar.gz
Fix build on AIX, from J Raynor on pkgsrc-users.
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 8ff41c8d13a..14567775d1e 100644
--- a/archivers/unzip/Makefile
+++ b/archivers/unzip/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.76 2010/11/29 13:57:20 hauke Exp $
+# $NetBSD: Makefile,v 1.77 2011/01/16 07:31:12 wiz Exp $
DISTNAME= unzip60
PKGNAME= unzip-6.0
@@ -28,6 +28,7 @@ CPPFLAGS+= -DBSD
.endif
.if (${OPSYS} == "SunOS" || \
${OPSYS} == "OSF1" || \
+ ${OPSYS} == "AIX" || \
(${OPSYS} == "Darwin" && !empty(OS_VERSION:M[01234678].*)))
CPPFLAGS+= -DNO_LCHMOD
.endif