diff options
author | hiramatsu <hiramatsu> | 2011-02-05 04:03:48 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu> | 2011-02-05 04:03:48 +0000 |
commit | 93911d491be82911135537caf8bb560e95d560b0 (patch) | |
tree | 127f85fa7134243afb9e8b07488a88db6714d6ba /archivers | |
parent | cdd6320dc286023b2c778f5e02880d274da83c35 (diff) | |
download | pkgsrc-93911d491be82911135537caf8bb560e95d560b0.tar.gz |
OpenBSD does not have lchmod.
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 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 |