diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-10-24 02:14:40 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-10-24 02:14:40 +0000 |
commit | a9af232474af26f5226b409093b4a50892615cfe (patch) | |
tree | 0d71a22658a75b4bddfefd16dbd4ce18b1953b38 /dev-libs/icu/icu-4.2.1.ebuild | |
parent | Revbump with patch from bug #273697 (diff) | |
download | gentoo-2-a9af232474af26f5226b409093b4a50892615cfe.tar.gz gentoo-2-a9af232474af26f5226b409093b4a50892615cfe.tar.bz2 gentoo-2-a9af232474af26f5226b409093b4a50892615cfe.zip |
Fix building on arm, hppa, ia64, s390, sh and sparc (bug #275769).
(Portage version: 14708-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/icu/icu-4.2.1.ebuild')
-rw-r--r-- | dev-libs/icu/icu-4.2.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-libs/icu/icu-4.2.1.ebuild b/dev-libs/icu/icu-4.2.1.ebuild index bb33d2b11818..7a15810b2860 100644 --- a/dev-libs/icu/icu-4.2.1.ebuild +++ b/dev-libs/icu/icu-4.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-4.2.1.ebuild,v 1.7 2009/08/31 17:22:51 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-4.2.1.ebuild,v 1.8 2009/10/24 02:14:39 arfrever Exp $ EAPI="2" @@ -47,8 +47,9 @@ src_prepare() { sed -i -e "/^${x} =.*/s:@${x}@::" "config/Makefile.inc.in" || die "sed failed" done - epatch "${FILESDIR}/${P}-pkgdata.patch" epatch "${FILESDIR}/${P}-fix_misoptimizations.patch" + epatch "${FILESDIR}/${P}-pkgdata.patch" + epatch "${FILESDIR}/${P}-pkgdata-build_data_without_assembly.patch" } src_configure() { |