diff options
author | Fabian Groffen <grobian@gentoo.org> | 2012-02-06 12:15:22 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2012-02-06 12:15:22 +0000 |
commit | 160eae6a6d791bc3e537f08a160df3c7e9b70eea (patch) | |
tree | 9af400366f76357bf36371acb07e145ac5fb6b9e /sys-devel/binutils-apple/binutils-apple-4.2.ebuild | |
parent | Add nls use flag to pull in translations, fixes bug #402125. (diff) | |
download | gentoo-2-160eae6a6d791bc3e537f08a160df3c7e9b70eea.tar.gz gentoo-2-160eae6a6d791bc3e537f08a160df3c7e9b70eea.tar.bz2 gentoo-2-160eae6a6d791bc3e537f08a160df3c7e9b70eea.zip |
Add patch to treat 32-bits 4GB overflow problem as warning on PowerPC next to ARM and i386.
(Portage version: 2.2.01.20062-prefix/cvs/SunOS i386)
Diffstat (limited to 'sys-devel/binutils-apple/binutils-apple-4.2.ebuild')
-rw-r--r-- | sys-devel/binutils-apple/binutils-apple-4.2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-devel/binutils-apple/binutils-apple-4.2.ebuild b/sys-devel/binutils-apple/binutils-apple-4.2.ebuild index 4b98fdcc3491..4a4959299411 100644 --- a/sys-devel/binutils-apple/binutils-apple-4.2.ebuild +++ b/sys-devel/binutils-apple/binutils-apple-4.2.ebuild @@ -1,6 +1,6 @@ -# 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/binutils-apple/binutils-apple-4.2.ebuild,v 1.3 2011/11/08 14:02:59 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-apple/binutils-apple-4.2.ebuild,v 1.4 2012/02/06 12:15:22 grobian Exp $ EAPI="3" @@ -66,6 +66,7 @@ src_prepare() { cd "${S}"/${LD64}/src cp "${FILESDIR}"/ld64-123.2-Makefile Makefile epatch "${FILESDIR}"/${LD64}-lto.patch + epatch "${FILESDIR}"/${LD64}-ppc-range-warning.patch ln -s ../../${CCTOOLS}/include cp other/prune_trie.h include/mach-o/ || die |