summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-07-23 16:00:30 +0000
committerMike Frysinger <vapier@gentoo.org>2012-07-23 16:00:30 +0000
commit7a18f255ea61922a5648a47cffdc49a9925e633c (patch)
treee6f67041d0057a652516af7b0ad394daa0598490
parentOracle also changed the distfiles of the demos. #427534. (diff)
downloadgentoo-2-7a18f255ea61922a5648a47cffdc49a9925e633c.tar.gz
gentoo-2-7a18f255ea61922a5648a47cffdc49a9925e633c.tar.bz2
gentoo-2-7a18f255ea61922a5648a47cffdc49a9925e633c.zip
Fix building with newer glibc and siginfo changes #427220 by Martin Jansa.
(Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
-rw-r--r--sys-devel/gcc/ChangeLog5
-rw-r--r--sys-devel/gcc/gcc-3.3.6-r1.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog
index a1a6880169de..a9bece50b2a6 100644
--- a/sys-devel/gcc/ChangeLog
+++ b/sys-devel/gcc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/gcc
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.888 2012/07/23 15:22:04 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.889 2012/07/23 16:00:30 vapier Exp $
+
+ 23 Jul 2012; Mike Frysinger <vapier@gentoo.org> gcc-3.3.6-r1.ebuild:
+ Fix building with newer glibc and siginfo changes #427220 by Martin Jansa.
23 Jul 2012; Mike Frysinger <vapier@gentoo.org> gcc-4.7.1.ebuild:
Fix for building libitm on x86 #421305 by Rafał Mużyło.
diff --git a/sys-devel/gcc/gcc-3.3.6-r1.ebuild b/sys-devel/gcc/gcc-3.3.6-r1.ebuild
index 492f4eefa092..206a3166bb5b 100644
--- a/sys-devel/gcc/gcc-3.3.6-r1.ebuild
+++ b/sys-devel/gcc/gcc-3.3.6-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.6-r1.ebuild,v 1.23 2011/12/06 04:05:49 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.6-r1.ebuild,v 1.24 2012/07/23 16:00:30 vapier Exp $
-PATCH_VER="1.7"
+PATCH_VER="1.8"
UCLIBC_VER="1.0"
HTB_VER="1.00-r2"