diff options
author | jperkin <jperkin@pkgsrc.org> | 2014-07-24 12:43:20 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2014-07-24 12:43:20 +0000 |
commit | 7863664e9e789827c54957a291a624220efa4bbd (patch) | |
tree | 348ae26afdeb0f3b7e46f9e8927e45c1762dd7de /lang/gcc47-libs | |
parent | 0fb6c68413ba07ee225e2f8bd99d0835587324c0 (diff) | |
download | pkgsrc-7863664e9e789827c54957a291a624220efa4bbd.tar.gz |
Don't pass --enable-__cxa_atexit on SunOS, it is only available in newer
illumos releases and appears to cause issues there, seen most clearly in
qt3 uic segfaults.
Bump PKGREVISION of both gcc47 and gcc47-libs, gcc47-libs by more than one
as it has lagged behind and must be kept ahead of gcc47.
Diffstat (limited to 'lang/gcc47-libs')
-rw-r--r-- | lang/gcc47-libs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc47-libs/Makefile b/lang/gcc47-libs/Makefile index 343690da1a9..dd9e0dfcc1d 100644 --- a/lang/gcc47-libs/Makefile +++ b/lang/gcc47-libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2014/05/10 14:14:58 richard Exp $ +# $NetBSD: Makefile,v 1.18 2014/07/24 12:43:20 jperkin Exp $ GCC_PKGNAME= gcc47 .include "../../lang/${GCC_PKGNAME}/version.mk" @@ -8,7 +8,7 @@ PKGNAME= ${GCC_PKGNAME}-libs-${GCC47_DIST_VERSION} ## The PKGREVISION of this package needs to be at least 1 more than the ## PKGREVISION of the lang/gcc47 package so that with the dependence pattern ## '{gcc47,gcc47-libs}>=4.7.*' pkg_all will choose gcc47-libs over gcc47. -PKGREVISION= 4 +PKGREVISION= 7 CATEGORIES= lang MASTER_SITES= # empty DISTFILES= # empty |