diff options
author | richard <richard> | 2014-05-10 14:14:58 +0000 |
---|---|---|
committer | richard <richard> | 2014-05-10 14:14:58 +0000 |
commit | 0cd350e1ed9f7b7a24f5bba7d11cc8c8abc7264b (patch) | |
tree | 9fee0b89c328340ae03893679deb4b03a6448814 /lang/gcc48-libs/Makefile | |
parent | a7780bb435ee1d20484d0334846fc1f78c6f181d (diff) | |
download | pkgsrc-0cd350e1ed9f7b7a24f5bba7d11cc8c8abc7264b.tar.gz |
x86-64 sunos fix for g++ and -Wl,-Bdirect involving libtool
references:http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16452
and http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59788
backport to gcc47 and gcc48
Diffstat (limited to 'lang/gcc48-libs/Makefile')
-rw-r--r-- | lang/gcc48-libs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc48-libs/Makefile b/lang/gcc48-libs/Makefile index aebf3718b34..426aa4f1174 100644 --- a/lang/gcc48-libs/Makefile +++ b/lang/gcc48-libs/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2014/04/23 11:05:21 ryoon Exp $ +# $NetBSD: Makefile,v 1.13 2014/05/10 14:14:59 richard Exp $ PKGNAME= ${GCC_PKGNAME}-libs-${GCC48_DIST_VERSION} -PKGREVISION= 4 +PKGREVISION= 5 COMMENT= Runtime libraries from the GNU Compiler Collection (GCC) 4.8 |