diff options
author | Fabian Groffen <grobian@gentoo.org> | 2010-08-16 07:39:37 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2010-08-16 07:39:37 +0000 |
commit | 46caa42e199002ff9f51d33141962e15bde8dc3c (patch) | |
tree | 353b309b694a13be8ff269d18d312b3a223d5a2d /sys-devel | |
parent | Bug #332935: In newer EAPIs, perl-module brings in dev-lang/perl as well, whi... (diff) | |
download | gentoo-2-46caa42e199002ff9f51d33141962e15bde8dc3c.tar.gz gentoo-2-46caa42e199002ff9f51d33141962e15bde8dc3c.tar.bz2 gentoo-2-46caa42e199002ff9f51d33141962e15bde8dc3c.zip |
Heiko's improved unlibunwind patch makes the message before abort patch useless, bug #324769
(Portage version: 2.2.01.15478-prefix/cvs/SunOS i386)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils-apple/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/binutils-apple/binutils-apple-3.2.3-r1.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-devel/binutils-apple/ChangeLog b/sys-devel/binutils-apple/ChangeLog index 6656738b1bc0..8f4352636914 100644 --- a/sys-devel/binutils-apple/ChangeLog +++ b/sys-devel/binutils-apple/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-devel/binutils-apple # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/ChangeLog,v 1.14 2010/08/15 19:56:17 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/ChangeLog,v 1.15 2010/08/16 07:39:37 grobian Exp $ + + 16 Aug 2010; Fabian Groffen <grobian@gentoo.org> + binutils-apple-3.2.3-r1.ebuild: + Heiko's improved unlibunwind patch makes the message before abort patch + useless, bug #324769 *binutils-apple-3.2.3-r1 (15 Aug 2010) diff --git a/sys-devel/binutils-apple/binutils-apple-3.2.3-r1.ebuild b/sys-devel/binutils-apple/binutils-apple-3.2.3-r1.ebuild index 2ad3ada383af..d6c86ab14de9 100644 --- a/sys-devel/binutils-apple/binutils-apple-3.2.3-r1.ebuild +++ b/sys-devel/binutils-apple/binutils-apple-3.2.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/binutils-apple-3.2.3-r1.ebuild,v 1.1 2010/08/15 19:56:17 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/binutils-apple-3.2.3-r1.ebuild,v 1.2 2010/08/16 07:39:37 grobian Exp $ EAPI="3" @@ -79,8 +79,6 @@ src_prepare() { echo "char ldVersionString[] = ${VER_STR};" > version.cpp epatch "${WORKDIR}"/ld64-unwind/${LD64}-unlibunwind.patch - [[ ${CHOST} == *-darwin10 ]] && \ - epatch "${WORKDIR}"/ld64-unwind/${LD64}-message-before-abort.patch [[ ${CHOST} == powerpc*-darwin* ]] && \ epatch "${FILESDIR}"/ld64-95.2.12-darwin8-no-mlong-branch-warning.patch sed -i -e '/#define LTO_SUPPORT 1/d' other/ObjectDump.cpp || die |