diff options
author | 2011-08-28 00:03:08 +0000 | |
---|---|---|
committer | 2011-08-28 00:03:08 +0000 | |
commit | a2013b2ba55419384d8bbd12a7d29f9d2beacbf9 (patch) | |
tree | dfde31b88b8bfe9c8d5b4969dd28f4e66ef15ffe /www-client | |
parent | x86 stable wrt security bug #380601 (diff) | |
download | gentoo-2-a2013b2ba55419384d8bbd12a7d29f9d2beacbf9.tar.gz gentoo-2-a2013b2ba55419384d8bbd12a7d29f9d2beacbf9.tar.bz2 gentoo-2-a2013b2ba55419384d8bbd12a7d29f9d2beacbf9.zip |
Fix cross compiliation support, bug #380885
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/firefox/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/firefox/firefox-6.0.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/www-client/firefox/ChangeLog b/www-client/firefox/ChangeLog index d868db7100ba..0fbf0d7c6917 100644 --- a/www-client/firefox/ChangeLog +++ b/www-client/firefox/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/firefox # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.87 2011/08/25 20:52:01 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.88 2011/08/28 00:03:08 anarchy Exp $ + + 27 Aug 2011; Jory A. Pratt <anarchy@gentoo.org> firefox-6.0.ebuild: + Fix cross compiliation support, bug #380885 25 Aug 2011; Markus Meier <maekke@gentoo.org> firefox-6.0.ebuild: add ~arm, bug #360427 diff --git a/www-client/firefox/firefox-6.0.ebuild b/www-client/firefox/firefox-6.0.ebuild index c4840228b0e5..ec4875e8d3bb 100644 --- a/www-client/firefox/firefox-6.0.ebuild +++ b/www-client/firefox/firefox-6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-6.0.ebuild,v 1.4 2011/08/25 20:52:01 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-6.0.ebuild,v 1.5 2011/08/28 00:03:08 anarchy Exp $ EAPI="3" VIRTUALX_REQUIRED="pgo" @@ -228,6 +228,7 @@ src_configure() { mozconfig_annotate '' --prefix="${EPREFIX}"/usr mozconfig_annotate '' --libdir="${EPREFIX}"/usr/$(get_libdir) + mozconfig_annotate '' --target="${target}" mozconfig_annotate '' --enable-extensions="${MEXTENSIONS}" mozconfig_annotate '' --disable-gconf mozconfig_annotate '' --disable-mailnews |