diff options
author | bacon <bacon@pkgsrc.org> | 2020-03-13 15:00:36 +0000 |
---|---|---|
committer | bacon <bacon@pkgsrc.org> | 2020-03-13 15:00:36 +0000 |
commit | 99b0b7a59e5ca722fa9b81b6ee1d9b85707cb7af (patch) | |
tree | 581dafddb70caa782f212eb37f42dc14952b6629 /lang/gcc7-libs | |
parent | 91f72f5c421ce936f961133bdf12e90c709110ea (diff) | |
download | pkgsrc-99b0b7a59e5ca722fa9b81b6ee1d9b85707cb7af.tar.gz |
lang/gcc7: Fix build on RHEL/CentOS by requiring c99
Also bump PKGREVISION for lang/gcc7-libs per comment in Makefile
Diffstat (limited to 'lang/gcc7-libs')
-rw-r--r-- | lang/gcc7-libs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc7-libs/Makefile b/lang/gcc7-libs/Makefile index 34518b4c330..0e2b68779c3 100644 --- a/lang/gcc7-libs/Makefile +++ b/lang/gcc7-libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2020/03/03 12:58:42 adam Exp $ +# $NetBSD: Makefile,v 1.9 2020/03/13 15:00:36 bacon Exp $ GCC_PKGNAME= gcc7 .include "../../lang/${GCC_PKGNAME}/version.mk" @@ -9,7 +9,7 @@ PKGNAME= ${GCC_PKGNAME}-libs-${GCC7_DIST_VERSION} ## The PKGREVISION of this package needs to be at least 1 more than the ## PKGREVISION of the lang/gcc7 package so that with the dependence pattern ## '{gcc7,gcc7-libs}>=7.5.*' pkg_add will choose gcc7-libs over gcc7. -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= lang MASTER_SITES= # empty |