diff options
author | 2011-06-03 19:16:36 +0000 | |
---|---|---|
committer | 2011-06-03 19:16:36 +0000 | |
commit | 9cf82359e871b780e776d7ef3b0fa630e9c8cf16 (patch) | |
tree | d4f5d6926b05e2ce4d007b62afdda49a31e37bfa /gnome-extra/yelp/files | |
parent | Version bump as upstream bug #646609 is not a regression over 2.24.3 and does... (diff) | |
download | gentoo-2-9cf82359e871b780e776d7ef3b0fa630e9c8cf16.tar.gz gentoo-2-9cf82359e871b780e776d7ef3b0fa630e9c8cf16.tar.bz2 gentoo-2-9cf82359e871b780e776d7ef3b0fa630e9c8cf16.zip |
Fix Yelp to work with xulrunner-2.0.x (bug #369787 by Jani Kananen, fix taken from opensuse). Remove broken version as it won't work with any xulrunner in the tree.
(Portage version: 2.1.9.50/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-r1.patch (renamed from gnome-extra/yelp/files/yelp-2.30.2-port-to-xulrunner-2.patch) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnome-extra/yelp/files/yelp-2.30.2-port-to-xulrunner-2.patch b/gnome-extra/yelp/files/yelp-2.30.2-port-to-xulrunner-2-r1.patch index d3b39afa37f2..a4e7df9882ed 100644 --- a/gnome-extra/yelp/files/yelp-2.30.2-port-to-xulrunner-2.patch +++ b/gnome-extra/yelp/files/yelp-2.30.2-port-to-xulrunner-2-r1.patch @@ -1,6 +1,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 Index: yelp-2.30.2/m4/gecko.m4 =================================================================== @@ -236,7 +237,7 @@ Index: yelp-2.30.2/src/yelp-gecko-utils.cpp - "1.9a", PR_TRUE, - "2", PR_TRUE + "2.0a", PR_TRUE, -+ "2.0", PR_TRUE ++ "2.0.*", PR_TRUE }; char xpcomLocation[PATH_MAX]; rv = GRE_GetGREPathWithProperties(&greVersion, 1, nsnull, 0, xpcomLocation, sizeof (xpcomLocation)); |