diff options
author | ryoon <ryoon@pkgsrc.org> | 2015-10-14 20:17:39 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2015-10-14 20:17:39 +0000 |
commit | deb0939b54b36e6aaf83c176e0aac9db2eea0372 (patch) | |
tree | 8bd46f9ce2b566d152e10ba2ab895101e671cce2 /lang | |
parent | e5fcd34eb41e9655f0f7200baedbe10a64fdd982 (diff) | |
download | pkgsrc-deb0939b54b36e6aaf83c176e0aac9db2eea0372.tar.gz |
Fix stall during build under NetBSD/i386. Bump PKGREVISION.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc5-libs/Makefile | 4 | ||||
-rw-r--r-- | lang/gcc5/Makefile | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/lang/gcc5-libs/Makefile b/lang/gcc5-libs/Makefile index cd9e9a1e808..82bfde115da 100644 --- a/lang/gcc5-libs/Makefile +++ b/lang/gcc5-libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2015/07/16 12:07:07 ryoon Exp $ +# $NetBSD: Makefile,v 1.2 2015/10/14 20:17:39 ryoon Exp $ GCC_PKGNAME= gcc5 .include "../../lang/${GCC_PKGNAME}/version.mk" @@ -9,7 +9,7 @@ PKGNAME= ${GCC_PKGNAME}-libs-${GCC5_DIST_VERSION} ## The PKGREVISION of this package needs to be at least 1 more than the ## PKGREVISION of the lang/gcc5 package so that with the dependence pattern ## '{gcc5,gcc5-libs}>=5.1.*' pkg_add will choose gcc5-libs over gcc5. -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= lang MASTER_SITES= # empty diff --git a/lang/gcc5/Makefile b/lang/gcc5/Makefile index 75cf20e55eb..57b31613046 100644 --- a/lang/gcc5/Makefile +++ b/lang/gcc5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2015/08/25 12:23:13 sevan Exp $ +# $NetBSD: Makefile,v 1.5 2015/10/14 20:17:39 ryoon Exp $ GCC_PKGNAME= gcc5 .include "version.mk" @@ -8,7 +8,7 @@ PKGNAME= ${GCC_PKGNAME}-${GCC5_DIST_VERSION} ## When bumping the PKGREVISION of this package the PKGREVISION of ## lang/gcc5-libs needs to be bump to be at least 1 more than the ## PKGREVISION of this package! -#PKGREVISION= 1 +PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-${GCC5_DIST_VERSION}/} EXTRACT_SUFX= .tar.bz2 @@ -35,6 +35,7 @@ GCC_SUBPREFIX= ${GCC_PKGNAME} GCC_PREFIX= ${PREFIX}/${GCC_SUBPREFIX} GNU_CONFIGURE_PREFIX= ${GCC_PREFIX} INFO_FILES= yes +CONFIGURE_ARGS+= --disable-libstdcxx-pch UNLIMIT_RESOURCES+= datasize UNLIMIT_RESOURCES+= stacksize |