summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2010-08-13 19:38:39 +0000
committerLars Wendler <polynomial-c@gentoo.org>2010-08-13 19:38:39 +0000
commita54dca3c8064dd2b91f8c3fb781cf28350e508fb (patch)
tree8a6030b3872ff82b9ddc1ad12bb0d6fe89a6c0f7 /net-libs
parentAdd patch to fix bug #331171. Thanks to Marián Čavojský for the report and... (diff)
downloadgentoo-2-a54dca3c8064dd2b91f8c3fb781cf28350e508fb.tar.gz
gentoo-2-a54dca3c8064dd2b91f8c3fb781cf28350e508fb.tar.bz2
gentoo-2-a54dca3c8064dd2b91f8c3fb781cf28350e508fb.zip
Added the new armv4t-nanjit patch to stable xulrunner as well.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/xulrunner/ChangeLog7
-rw-r--r--net-libs/xulrunner/xulrunner-1.9.2.8.ebuild5
2 files changed, 10 insertions, 2 deletions
diff --git a/net-libs/xulrunner/ChangeLog b/net-libs/xulrunner/ChangeLog
index 53271b168bf2..eed3c694df31 100644
--- a/net-libs/xulrunner/ChangeLog
+++ b/net-libs/xulrunner/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-libs/xulrunner
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.350 2010/08/13 15:00:06 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.351 2010/08/13 19:38:39 polynomial-c Exp $
+
+ 13 Aug 2010; Lars Wendler <polynomial-c@gentoo.org>
+ xulrunner-1.9.2.8.ebuild:
+ Added the new armv4t-nanjit patch to stable xulrunner as well. (Blame
+ armin76 if it breaks :P)
13 Aug 2010; Lars Wendler <polynomial-c@gentoo.org>
+files/1009-armv4t-nanojit-v2.patch, xulrunner-1.9.2.8-r1.ebuild:
diff --git a/net-libs/xulrunner/xulrunner-1.9.2.8.ebuild b/net-libs/xulrunner/xulrunner-1.9.2.8.ebuild
index f8e717e57040..ca7bc69ebe8f 100644
--- a/net-libs/xulrunner/xulrunner-1.9.2.8.ebuild
+++ b/net-libs/xulrunner/xulrunner-1.9.2.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.2.8.ebuild,v 1.9 2010/08/10 15:53:36 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.2.8.ebuild,v 1.10 2010/08/13 19:38:39 polynomial-c Exp $
EAPI="3"
WANT_AUTOCONF="2.1"
@@ -57,10 +57,13 @@ pkg_setup() {
src_prepare() {
# Apply our patches
+ EPATCH_EXCLUDE="1009-armv4t-nanojit.patch" \
EPATCH_SUFFIX="patch" \
EPATCH_FORCE="yes" \
epatch "${WORKDIR}"
+ epatch "${FILESDIR}"/1009-armv4t-nanojit-v2.patch
+
eprefixify \
extensions/java/xpcom/interfaces/org/mozilla/xpcom/Mozilla.java \
xpcom/build/nsXPCOMPrivate.h \