Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/google-gadgets/files: google-gadgets-0.11.1-xulrunner-1.9.2.patch
Date: Wed, 27 Jan 2010 12:44:27
Message-Id: E1Na7Fw-0003t0-80@stork.gentoo.org
1 voyageur 10/01/27 12:44:24
2
3 Added: google-gadgets-0.11.1-xulrunner-1.9.2.patch
4 Log:
5 Add upstream patch to fix compilation with xulrunner 1.9.2, bug #301908
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 x11-misc/google-gadgets/files/google-gadgets-0.11.1-xulrunner-1.9.2.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/google-gadgets/files/google-gadgets-0.11.1-xulrunner-1.9.2.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/google-gadgets/files/google-gadgets-0.11.1-xulrunner-1.9.2.patch?rev=1.1&content-type=text/plain
13
14 Index: google-gadgets-0.11.1-xulrunner-1.9.2.patch
15 ===================================================================
16 Index: extensions/gtkmoz_browser_element/browser_child.cc
17 ===================================================================
18 --- extensions/gtkmoz_browser_element/browser_child.cc (révision 1282)
19 +++ extensions/gtkmoz_browser_element/browser_child.cc (révision 1286)
20 @@ -1269,7 +1269,7 @@
21
22 static const GREVersionRange kGREVersion = {
23 "1.9a", PR_TRUE,
24 - "1.9.2", PR_FALSE,
25 + "1.9.4", PR_FALSE,
26 };
27
28 char xpcom_location[4096];
29 Index: extensions/smjs_script_runtime/libmozjs_glue.cc
30 ===================================================================
31 --- extensions/smjs_script_runtime/libmozjs_glue.cc (révision 1282)
32 +++ extensions/smjs_script_runtime/libmozjs_glue.cc (révision 1286)
33 @@ -199,7 +199,7 @@
34
35 static const GREVersionRange kGREVersion = {
36 "1.9a", PR_TRUE,
37 - "1.9.2", PR_FALSE,
38 + "1.9.4", PR_FALSE,
39 };
40
41 rv = GRE_GetGREPathWithProperties(&kGREVersion, 1, nsnull, 0,
42 Index: extensions/smjs_script_runtime/converter.cc
43 ===================================================================
44 --- extensions/smjs_script_runtime/converter.cc (révision 1282)
45 +++ extensions/smjs_script_runtime/converter.cc (révision 1286)
46 @@ -16,11 +16,11 @@
47
48 #include "converter.h"
49
50 -#include <cmath>
51 #include <jsobj.h>
52 #include <jscntxt.h>
53 #include <jsfun.h>
54 #include <jsnum.h>
55 +#include <cmath>
56 #include <ggadget/scriptable_array.h>
57 #include <ggadget/scriptable_binary_data.h>
58 #include <ggadget/scriptable_holder.h>