Skip to content

Commit

Permalink
Make sure largefile support is enabled on SunOS. See github issues
Browse files Browse the repository at this point in the history
TritonDataCenter/smartos-live#137 and TritonDataCenter/pkgsrc#28 for more information.

Bump PKGREVISION.
  • Loading branch information
jperkin committed May 24, 2013
1 parent fc44c31 commit 4bf400d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions 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/

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4bf400d

Please sign in to comment.