summaryrefslogtreecommitdiff
path: root/lang/gcc7-libs
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2018-07-18 22:55:07 +0000
committermaya <maya@pkgsrc.org>2018-07-18 22:55:07 +0000
commit1b125ef34e01a865735c7e44091ac99c56130444 (patch)
treed9e7e17d3297caf84f190e55b5f984beff3a099c /lang/gcc7-libs
parent422f3ef4d860e5dd3aaaf046adf83c87e0aa8c4b (diff)
downloadpkgsrc-1b125ef34e01a865735c7e44091ac99c56130444.tar.gz
gcc7: don't try to make references to stack_chk_fail_local on netbsd/sun
sun was added as joyent is patching for the same. this code is only reached if compiling for i386 (or some variation of ppc) netbsd's stack_chk_fail_local won't work for this. PR pkg/53436.
Diffstat (limited to 'lang/gcc7-libs')
-rw-r--r--lang/gcc7-libs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc7-libs/Makefile b/lang/gcc7-libs/Makefile
index a6c0ab69bc8..3791b0d4cc7 100644
--- a/lang/gcc7-libs/Makefile
+++ b/lang/gcc7-libs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2018/06/17 19:50:52 maya Exp $
+# $NetBSD: Makefile,v 1.3 2018/07/18 22:55:08 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.3.*' pkg_add will choose gcc7-libs over gcc7.
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= lang
MASTER_SITES= # empty