summaryrefslogtreecommitdiff
path: root/pkgtools/pkgin
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2013-05-24 15:08:00 +0000
committerjperkin <jperkin@pkgsrc.org>2013-05-24 15:08:00 +0000
commit3e94af06013ac68b17dd7661e50ec9532acd8bfe (patch)
tree1dedc7d44cec5b2ca68cd9282f7bf4eda475517e /pkgtools/pkgin
parente0674aeb5f43f412467b07fbfa8093528c899ba6 (diff)
downloadpkgsrc-3e94af06013ac68b17dd7661e50ec9532acd8bfe.tar.gz
Make sure largefile support is enabled on SunOS. See github issues
joyent/smartos-live#137 and joyent/pkgsrc#28 for more information. Bump PKGREVISION.
Diffstat (limited to 'pkgtools/pkgin')
-rw-r--r--pkgtools/pkgin/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgtools/pkgin/Makefile b/pkgtools/pkgin/Makefile
index e9fa28cf6c7..91191a66691 100644
--- a/pkgtools/pkgin/Makefile
+++ b/pkgtools/pkgin/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.36 2013/05/09 07:40:27 adam Exp $
+# $NetBSD: Makefile,v 1.37 2013/05/24 15:08:00 jperkin Exp $
#
DISTNAME= pkgin-0.6.3.1.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= pkgtools
MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/imil/
@@ -44,6 +44,8 @@ SUBST_FILES.osrel= REPOSITORIES
SUBST_SED.osrel= -e "s|@OSREL@|${OS_VERSION:C/_.*//}|"
.endif
+CFLAGS.SunOS+= -D_FILE_OFFSET_BITS=64
+
MAKE_ENV+= MACHINE_ARCH=${MACHINE_ARCH}
DEPENDS+= pkg_install>=20110215:../../pkgtools/pkg_install