diff options
author | Raúl Porcel <armin76@gentoo.org> | 2009-11-04 19:52:06 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2009-11-04 19:52:06 +0000 |
commit | a6602c7bf42e210e76baa4d953c9760f703eb10d (patch) | |
tree | ea104c19e58daaeb565d974a9472a36b62ece5ea /net-libs | |
parent | Version bump. (diff) | |
download | gentoo-2-a6602c7bf42e210e76baa4d953c9760f703eb10d.tar.gz gentoo-2-a6602c7bf42e210e76baa4d953c9760f703eb10d.tar.bz2 gentoo-2-a6602c7bf42e210e76baa4d953c9760f703eb10d.zip |
Add hack for ARM EABI
(Portage version: 2.1.6.13/cvs/Linux ia64)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/xulrunner/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/xulrunner/xulrunner-1.9.0.14.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/net-libs/xulrunner/ChangeLog b/net-libs/xulrunner/ChangeLog index e822d73c8aba..83292d4c523b 100644 --- a/net-libs/xulrunner/ChangeLog +++ b/net-libs/xulrunner/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/xulrunner # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.267 2009/11/04 14:12:30 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.268 2009/11/04 19:52:06 armin76 Exp $ + + 04 Nov 2009; Raúl Porcel <armin76@gentoo.org> xulrunner-1.9.0.14.ebuild: + Add hack for ARM EABI 04 Nov 2009; Jory A. Pratt <anarchy@gentoo.org> xulrunner-1.9.1.4.ebuild: apply patch in topsrc dir bug #291797 diff --git a/net-libs/xulrunner/xulrunner-1.9.0.14.ebuild b/net-libs/xulrunner/xulrunner-1.9.0.14.ebuild index 0e54b7011072..19d8f0223048 100644 --- a/net-libs/xulrunner/xulrunner-1.9.0.14.ebuild +++ b/net-libs/xulrunner/xulrunner-1.9.0.14.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/net-libs/xulrunner/xulrunner-1.9.0.14.ebuild,v 1.7 2009/10/30 17:52:18 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.14.ebuild,v 1.8 2009/11/04 19:52:06 armin76 Exp $ EAPI="2" WANT_AUTOCONF="2.1" @@ -59,6 +59,9 @@ src_prepare() { # We need to re-patch this because autoreconf overwrites it epatch "${WORKDIR}"/patch/000_flex-configure-LANG.patch + + # ARM EABI can't use -fshort-wchar + use arm && sed -i -e 's/-fshort-wchar//g' xulrunner/installer/libxul* } src_configure() { |