diff options
author | maya <maya@pkgsrc.org> | 2019-08-06 14:05:05 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2019-08-06 14:05:05 +0000 |
commit | cae1a6e6f2fdf4c1a2f4c0e472f67a824c542d14 (patch) | |
tree | 700455efe09c8d8caae87cbe4a9269d68b453144 /lang/gcc7-libs | |
parent | b0e3699891f1ae3b35ce7087151d797230f0d8a5 (diff) | |
download | pkgsrc-cae1a6e6f2fdf4c1a2f4c0e472f67a824c542d14.tar.gz |
gcc7: use system zlib, and declare a dependency on it.
this might be the cause of weird missing -lz on the latest SmartOS bulk
build, which appears to use this package (e.g. graphics/glitz).
Bump PKGREVISION.
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 45a804a8461..10461f4c009 100644 --- a/lang/gcc7-libs/Makefile +++ b/lang/gcc7-libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2019/01/05 00:39:13 adam Exp $ +# $NetBSD: Makefile,v 1.5 2019/08/06 14:05:05 maya 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.4.*' pkg_add will choose gcc7-libs over gcc7. -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= lang MASTER_SITES= # empty |