summaryrefslogtreecommitdiff
path: root/archivers/unzip
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2016-09-13 14:49:16 +0000
committerjperkin <jperkin@pkgsrc.org>2016-09-13 14:49:16 +0000
commitfbbb852975323b0758218477b2f09c83010802e5 (patch)
treed75801b8cb8da5130474ec9941c6357ac48c0101 /archivers/unzip
parent3af0d533d79b5a852adda065f522d674e83e7257 (diff)
downloadpkgsrc-fbbb852975323b0758218477b2f09c83010802e5.tar.gz
Limit largefile hack to just SunOS-*-sparc, there's no reason why x86
shouldn't support >2G files as it works perfectly fine. Bump PKGREVISION.
Diffstat (limited to 'archivers/unzip')
-rw-r--r--archivers/unzip/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile
index 39c86260318..f35fe6f9bb6 100644
--- a/archivers/unzip/Makefile
+++ b/archivers/unzip/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.93 2015/11/13 22:13:43 wiz Exp $
+# $NetBSD: Makefile,v 1.94 2016/09/13 14:49:16 jperkin Exp $
DISTNAME= unzip60
PKGNAME= unzip-6.0
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= archivers
MASTER_SITES= ftp://ftp.info-zip.org/pub/infozip/src/
EXTRACT_SUFX= .tgz
@@ -38,7 +38,7 @@ CPPFLAGS+= -DBSD
CPPFLAGS+= -DNO_LCHMOD
.endif
CPPFLAGS+= -DUNIX -Dunix -DUSE_UNSHRINK -I.
-.if (${OPSYS} != "SunOS")
+.if empty(MACHINE_PLATFORM:MSunOS-*-sparc)
CPPFLAGS+= -DLARGE_FILE_SUPPORT
.endif