diff options
author | rhialto <rhialto@pkgsrc.org> | 2020-04-08 13:29:54 +0000 |
---|---|---|
committer | rhialto <rhialto@pkgsrc.org> | 2020-04-08 13:29:54 +0000 |
commit | 67106303191e99aa0551e6e7ae21961143e3c6ff (patch) | |
tree | 485717db84a550043dd013bfdd52c40c3d261809 /lang/gcc7/Makefile | |
parent | ee704b48b298e9d78d40315d6ea562edc555dc87 (diff) | |
download | pkgsrc-67106303191e99aa0551e6e7ae21961143e3c6ff.tar.gz |
lang/gcc7: add missing patches for precompiled headers.
Bump version, also on gcc7-libs.
Diffstat (limited to 'lang/gcc7/Makefile')
-rw-r--r-- | lang/gcc7/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc7/Makefile b/lang/gcc7/Makefile index 751ab077c2f..5bd84aada43 100644 --- a/lang/gcc7/Makefile +++ b/lang/gcc7/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.31 2020/04/01 14:08:14 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2020/04/08 13:29:54 rhialto Exp $ GCC_PKGNAME= gcc7 .include "version.mk" DISTNAME= gcc-${GCC7_DIST_VERSION} PKGNAME= ${GCC_PKGNAME}-${GCC7_DIST_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 ## When bumping the PKGREVISION of this package the PKGREVISION of ## lang/gcc7-libs needs to be bump to be at least 1 more than the ## PKGREVISION of this package! |