diff options
author | Jory Pratt <anarchy@gentoo.org> | 2014-04-17 13:23:52 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2014-04-17 13:23:52 +0000 |
commit | b364d10a2265879f4746abea812f09324d4fa5ad (patch) | |
tree | 49805ac92c28bf9c42e6870392d813d41f019ebe /dev-lang/spidermonkey | |
parent | Dropped hppa keyword due to new package dependency (diff) | |
download | gentoo-2-b364d10a2265879f4746abea812f09324d4fa5ad.tar.gz gentoo-2-b364d10a2265879f4746abea812f09324d4fa5ad.tar.bz2 gentoo-2-b364d10a2265879f4746abea812f09324d4fa5ad.zip |
Fix big endian compilation issue, bug #506160
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB4D088B4)
Diffstat (limited to 'dev-lang/spidermonkey')
-rw-r--r-- | dev-lang/spidermonkey/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/spidermonkey/spidermonkey-17.0.0-r3.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-lang/spidermonkey/ChangeLog b/dev-lang/spidermonkey/ChangeLog index 8c44939fb981..25b768a0a3be 100644 --- a/dev-lang/spidermonkey/ChangeLog +++ b/dev-lang/spidermonkey/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/spidermonkey # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/ChangeLog,v 1.145 2014/04/17 07:48:10 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/ChangeLog,v 1.146 2014/04/17 13:23:52 anarchy Exp $ + + 17 Apr 2014; <anarchy@gentoo.org> spidermonkey-17.0.0-r3.ebuild: + Fix big endian compilation issue, bug #506160 17 Apr 2014; Agostino Sarubbo <ago@gentoo.org> spidermonkey-17.0.0-r3.ebuild: Stable for ia64, wrt bug #507568 diff --git a/dev-lang/spidermonkey/spidermonkey-17.0.0-r3.ebuild b/dev-lang/spidermonkey/spidermonkey-17.0.0-r3.ebuild index 42624cd6f870..7caff36f1b21 100644 --- a/dev-lang/spidermonkey/spidermonkey-17.0.0-r3.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-17.0.0-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/spidermonkey-17.0.0-r3.ebuild,v 1.4 2014/04/17 07:48:10 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/spidermonkey-17.0.0-r3.ebuild,v 1.5 2014/04/17 13:23:52 anarchy Exp $ EAPI="5" WANT_AUTOCONF="2.1" @@ -45,6 +45,8 @@ src_prepare() { epatch "${FILESDIR}"/${PN}-${SLOT}-js-config-shebang.patch epatch "${FILESDIR}"/${PN}-${SLOT}-ia64-mmap.patch epatch "${FILESDIR}"/${PN}-17.0.0-fix-file-permissions.patch + # Remove obsolete jsuword bug #506160 + sed -i -e '/jsuword/d' "${BUILDDIR}"/jsval.h ||die "sed failed" epatch_user if [[ ${CHOST} == *-freebsd* ]]; then |