diff options
author | ache <ache@FreeBSD.org> | 2007-02-08 18:35:00 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2007-02-08 18:35:00 +0000 |
commit | af63e3fc8f060f32c3b18f16b4f4927edfa8f208 (patch) | |
tree | 955eaa7c2e32f082431b9a6d021f48983a62977f /archivers | |
parent | ba121630c9ab99c0ce90e8174b4fd555c092583a (diff) | |
download | FreeBSD-ports-af63e3fc8f060f32c3b18f16b4f4927edfa8f208.zip FreeBSD-ports-af63e3fc8f060f32c3b18f16b4f4927edfa8f208.tar.gz |
Make it work with files >2Gb in archives
PR: 108799
Submitted by: "George L. Yermulnik" <yz@yz.kiev.ua>
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 9c27a1a..00fa3ec 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -7,7 +7,7 @@ PORTNAME= unzip PORTVERSION= 5.52 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES?= archivers MASTER_SITES= ftp://ftp.info-zip.org/pub/infozip/src/ ${MASTER_SITE_TEX_CTAN} MASTER_SITE_SUBDIR= tools/zip/info-zip/src @@ -22,6 +22,7 @@ MAKE_ENV= LOCAL_UNZIP="${CFLAGS} -DUSE_UNSHRINK" PLIST_FILES= bin/unzip bin/funzip bin/unzipsfx bin/zipgrep bin/zipinfo PORTDOCS= README WHERE MAN1= funzip.1 unzip.1 unzipsfx.1 zipgrep.1 zipinfo.1 +CFLAGS+= -D_FILE_OFFSET_BITS=64 .if defined(WITH_UNZIP_UNREDUCE) DISTFILES= ${DISTNAME}${EXTRACT_SUFX} unreduce_full.zip |