diff options
author | wiz <wiz@pkgsrc.org> | 2011-01-16 07:31:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-01-16 07:31:12 +0000 |
commit | d8b03b0da01e7a520acc37ed38a060951ccc6e6b (patch) | |
tree | 4d9ae4183458c749e0659d2db328c069488ea43c /archivers | |
parent | fb2476933501bb0c483d3d45fc081306a2e31a44 (diff) | |
download | pkgsrc-d8b03b0da01e7a520acc37ed38a060951ccc6e6b.tar.gz |
Fix build on AIX, from J Raynor on pkgsrc-users.
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 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 |