pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/unzip Limit largefile hack to just SunOS-*-s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/37fe2699a37a
branches:  trunk
changeset: 352394:37fe2699a37a
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue Sep 13 14:49:16 2016 +0000

description:
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:

 archivers/unzip/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 711c50b1f7c9 -r 37fe2699a37a archivers/unzip/Makefile
--- a/archivers/unzip/Makefile  Tue Sep 13 13:46:21 2016 +0000
+++ b/archivers/unzip/Makefile  Tue Sep 13 14:49:16 2016 +0000
@@ -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+=     -DNO_LCHMOD
 .endif
 CPPFLAGS+=     -DUNIX -Dunix -DUSE_UNSHRINK -I.
-.if (${OPSYS} != "SunOS")
+.if empty(MACHINE_PLATFORM:MSunOS-*-sparc)
 CPPFLAGS+=     -DLARGE_FILE_SUPPORT
 .endif
 



Home | Main Index | Thread Index | Old Index