summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2011-11-24 03:49:04 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2011-11-24 03:49:04 +0000
commit821ab865fefce10ad53e63387a4d0f04f64812b3 (patch)
treefd4a27ca4ab9af44e3d0531bd8cfde87a5a7a2a0 /gnome-extra/yelp/files
parentRemove old versions. (diff)
downloadgentoo-2-821ab865fefce10ad53e63387a4d0f04f64812b3.tar.gz
gentoo-2-821ab865fefce10ad53e63387a4d0f04f64812b3.tar.bz2
gentoo-2-821ab865fefce10ad53e63387a4d0f04f64812b3.zip
Trivially modify port-to-xulrunner-2 patch for backwards compatibility with xulrunner-1.9, requested by robbat2.
(Portage version: 2.2.0_alpha77/cvs/Linux x86_64)
Diffstat (limited to 'gnome-extra/yelp/files')
-rw-r--r--gnome-extra/yelp/files/yelp-2.30.2-port-to-xulrunner-2-r2.patch (renamed from gnome-extra/yelp/files/yelp-2.30.2-port-to-xulrunner-2-r1.patch)7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnome-extra/yelp/files/yelp-2.30.2-port-to-xulrunner-2-r1.patch b/gnome-extra/yelp/files/yelp-2.30.2-port-to-xulrunner-2-r2.patch
index a4e7df9882ed..95904eae84d3 100644
--- a/gnome-extra/yelp/files/yelp-2.30.2-port-to-xulrunner-2-r1.patch
+++ b/gnome-extra/yelp/files/yelp-2.30.2-port-to-xulrunner-2-r2.patch
@@ -2,6 +2,7 @@ https://bugs.gentoo.org/show_bug.cgi?id=330847
Patch by the OpenSUSE folks, found by pacho.
Updated with https://build.opensuse.org/request/show/69983
+Updated to extend lower bound of greVersion in yelp_gecko_init() down to 1.9a
Index: yelp-2.30.2/m4/gecko.m4
===================================================================
@@ -230,13 +231,11 @@ Index: yelp-2.30.2/src/yelp-gecko-utils.cpp
===================================================================
--- yelp-2.30.2.orig/src/yelp-gecko-utils.cpp
+++ yelp-2.30.2/src/yelp-gecko-utils.cpp
-@@ -213,8 +213,8 @@ yelp_gecko_init (void)
- nsresult rv;
+@@ -214,7 +214,7 @@ yelp_gecko_init (void)
#ifdef XPCOM_GLUE
static const GREVersionRange greVersion = {
-- "1.9a", PR_TRUE,
+ "1.9a", PR_TRUE,
- "2", PR_TRUE
-+ "2.0a", PR_TRUE,
+ "2.0.*", PR_TRUE
};
char xpcomLocation[PATH_MAX];