summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2018-04-07 08:57:01 +0000
committerjperkin <jperkin@pkgsrc.org>2018-04-07 08:57:01 +0000
commitace69d28f9ac1fbde3f58d3a0106319d8f7cd0d7 (patch)
tree0e1d1febaa4553cd2b3f033d14aa4f33b40215ce /archivers
parent257c116cbbcb9e7321a0d15fa4f88fbc7e7d11f6 (diff)
downloadpkgsrc-ace69d28f9ac1fbde3f58d3a0106319d8f7cd0d7.tar.gz
pax: Ensure large files are supported on SunOS.
Bump PKGREVISION.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/pax/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/archivers/pax/Makefile b/archivers/pax/Makefile
index 67b1bf2df06..0aaf914bfeb 100644
--- a/archivers/pax/Makefile
+++ b/archivers/pax/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.51 2016/02/25 09:28:37 jperkin Exp $
+# $NetBSD: Makefile,v 1.52 2018/04/07 08:57:01 jperkin Exp $
DISTNAME= pax-20080110
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= archivers
MASTER_SITES= # empty
DISTFILES= # empty
@@ -19,6 +19,8 @@ MAKE_ENV+= MANINSTALL=${MANINSTALL:Q}
USE_FEATURES= nbcompat
+CPPFLAGS.SunOS+= -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1
+
.include "../../mk/bsd.prefs.mk"
.if defined(NBPAX_PROGRAM_PREFIX) && ${NBPAX_PROGRAM_PREFIX} != ""