summaryrefslogtreecommitdiff
path: root/lang/gcc6-libs
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2018-07-18 22:35:44 +0000
committermaya <maya@pkgsrc.org>2018-07-18 22:35:44 +0000
commit2a5090b2edbada83e0ae14481b53220154ac397e (patch)
treed5f263e0d9762a9647fa43513ba8a67319f796a6 /lang/gcc6-libs
parent4160060addf15fa1db56ba44aafb9854f0c5f982 (diff)
downloadpkgsrc-2a5090b2edbada83e0ae14481b53220154ac397e.tar.gz
gcc6: 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/gcc6-libs')
-rw-r--r--lang/gcc6-libs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc6-libs/Makefile b/lang/gcc6-libs/Makefile
index 493227da63e..a124250a7f8 100644
--- a/lang/gcc6-libs/Makefile
+++ b/lang/gcc6-libs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2018/07/14 17:28:19 tsutsui Exp $
+# $NetBSD: Makefile,v 1.7 2018/07/18 22:35:44 maya Exp $
GCC_PKGNAME= gcc6
.include "../../lang/${GCC_PKGNAME}/version.mk"
@@ -9,7 +9,7 @@ PKGNAME= ${GCC_PKGNAME}-libs-${GCC6_DIST_VERSION}
## The PKGREVISION of this package needs to be at least 1 more than the
## PKGREVISION of the lang/gcc6 package so that with the dependence pattern
## '{gcc6,gcc6-libs}>=6.1.*' pkg_add will choose gcc6-libs over gcc6.
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= lang
MASTER_SITES= # empty