summaryrefslogtreecommitdiff
path: root/pkgtools/pkgin
diff options
context:
space:
mode:
authorjperkin <jperkin>2013-05-24 15:08:00 +0000
committerjperkin <jperkin>2013-05-24 15:08:00 +0000
commitc177d0fb8726dabb6ace2905c47036922e97f3d8 (patch)
tree1dedc7d44cec5b2ca68cd9282f7bf4eda475517e /pkgtools/pkgin
parente2740fea61e074b29c1b94b97e5af6debe39e748 (diff)
downloadpkgsrc-c177d0fb8726dabb6ace2905c47036922e97f3d8.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