diff options
author | wiz <wiz> | 2012-04-25 19:34:51 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-04-25 19:34:51 +0000 |
commit | 0b784801815a62ba70eb3efadad97de766a205c9 (patch) | |
tree | 76d4fbb37e2070af4a674bcc1879d9a4e7cbc106 /archivers/unzip | |
parent | 1d8b84c8469781bed50c0465454c365f52e9fad1 (diff) | |
download | pkgsrc-0b784801815a62ba70eb3efadad97de766a205c9.tar.gz |
Enable large-file support. Bump PKGREVISION.
Diffstat (limited to 'archivers/unzip')
-rw-r--r-- | archivers/unzip/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index dd6314e58a3..7f82ae08b85 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.80 2012/02/15 19:24:39 hans Exp $ +# $NetBSD: Makefile,v 1.81 2012/04/25 19:34:51 wiz Exp $ DISTNAME= unzip60 PKGNAME= unzip-6.0 +PKGREVISION= 1 CATEGORIES= archivers MASTER_SITES= ftp://ftp.info-zip.org/pub/infozip/src/ EXTRACT_SUFX= .tgz @@ -32,10 +33,10 @@ CPPFLAGS+= -DBSD ${OPSYS} == "OSF1" || \ ${OPSYS} == "AIX" || \ ${OPSYS} == "OpenBSD" || \ - (${OPSYS} == "Darwin" && !empty(OS_VERSION:M[01234678].*))) + (${OPSYS} == "Darwin" && !empty(OS_VERSION:M[01234678].*))) CPPFLAGS+= -DNO_LCHMOD .endif -CPPFLAGS+= -DUNIX -Dunix -DUSE_UNSHRINK -I. +CPPFLAGS+= -DLARGE_FILE_SUPPORT -DUNIX -Dunix -DUSE_UNSHRINK -I. MAKE_FLAGS+= CF=${CPPFLAGS:Q}\ ${CFLAGS:Q} MAKE_FLAGS+= LF2=${_STRIPFLAG_CC:Q}\ ${LDFLAGS:Q}\ -lz |