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 | 86c5a82e6ba53f87f876c2e8cdafe366e779d5df (patch) | |
tree | 8bd46f9ce2b566d152e10ba2ab895101e671cce2 /lang/gcc5-libs | |
parent | 290b47c25a999a52f9ed37d876514732ed4b57d7 (diff) | |
download | pkgsrc-86c5a82e6ba53f87f876c2e8cdafe366e779d5df.tar.gz |
Fix stall during build under NetBSD/i386. Bump PKGREVISION.
Diffstat (limited to 'lang/gcc5-libs')
-rw-r--r-- | lang/gcc5-libs/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |