diff options
author | 2013-02-24 19:13:10 +0000 | |
---|---|---|
committer | 2013-02-24 19:13:10 +0000 | |
commit | a2dd88b6245b0ad5d2bd37ed71d2ffc6f48d1785 (patch) | |
tree | 3005fca0953d7055e4ccb50b9333cd5904608b81 /www-client/seamonkey/seamonkey-2.15.1.ebuild | |
parent | Stable for sparc, wrt bug #458776 (diff) | |
download | historical-a2dd88b6245b0ad5d2bd37ed71d2ffc6f48d1785.tar.gz historical-a2dd88b6245b0ad5d2bd37ed71d2ffc6f48d1785.tar.bz2 historical-a2dd88b6245b0ad5d2bd37ed71d2ffc6f48d1785.zip |
Fix hardened support bug #459022
Package-Manager: portage-2.1.11.52/cvs/Linux x86_64
Manifest-Sign-Key: 0xB4D088B4
Diffstat (limited to 'www-client/seamonkey/seamonkey-2.15.1.ebuild')
-rw-r--r-- | www-client/seamonkey/seamonkey-2.15.1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www-client/seamonkey/seamonkey-2.15.1.ebuild b/www-client/seamonkey/seamonkey-2.15.1.ebuild index fac0c2be4907..7d8346e2c0f7 100644 --- a/www-client/seamonkey/seamonkey-2.15.1.ebuild +++ b/www-client/seamonkey/seamonkey-2.15.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.15.1.ebuild,v 1.3 2013/02/18 16:06:02 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.15.1.ebuild,v 1.4 2013/02/24 19:13:03 anarchy Exp $ EAPI="3" WANT_AUTOCONF="2.1" @@ -228,6 +228,9 @@ src_configure() { mozconfig_use_enable jit methodjit mozconfig_use_enable jit tracejit + # Causes breakage, extremely experimental feature still in development + use ppc64 && mozconfig_annotate '' --disable-ion + # Use an objdir to keep things organized. echo "mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/seamonk" \ >> "${S}"/.mozconfig |