summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@gentoo.org>2009-07-07 15:03:58 +0000
committerNirbheek Chauhan <nirbheek@gentoo.org>2009-07-07 15:03:58 +0000
commit9b0764daea2568c99aaa5fe9b5f1d7c687081f2a (patch)
tree4845c306a347d7c3122b1969c7a80747ea285476 /net-libs/xulrunner/files
parentcomment out the dillo mask until the keywords are fixed to avoid breaking the... (diff)
downloadgentoo-2-9b0764daea2568c99aaa5fe9b5f1d7c687081f2a.tar.gz
gentoo-2-9b0764daea2568c99aaa5fe9b5f1d7c687081f2a.tar.bz2
gentoo-2-9b0764daea2568c99aaa5fe9b5f1d7c687081f2a.zip
Fix gcc-4.4 porting bug 270093. Trivial patch, straight to stable w/o bump
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'net-libs/xulrunner/files')
-rw-r--r--net-libs/xulrunner/files/xulrunner-1.8-gcc-4.4.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/net-libs/xulrunner/files/xulrunner-1.8-gcc-4.4.patch b/net-libs/xulrunner/files/xulrunner-1.8-gcc-4.4.patch
new file mode 100644
index 000000000000..583656b4441e
--- /dev/null
+++ b/net-libs/xulrunner/files/xulrunner-1.8-gcc-4.4.patch
@@ -0,0 +1,14 @@
+Port to gcc-4.4, bug 270093
+Patch by Evan Teran
+---
+--- mozilla/toolkit/xre/nsAppRunner.cpp
++++ mozilla/toolkit/xre/nsAppRunner.cpp
+@@ -1370,7 +1370,7 @@ XRE_GetBinaryPath(const char* argv0, nsI
+ if (NS_FAILED(rv))
+ return rv;
+
+-#elif
++#else
+ #error Oops, you need platform-specific code here
+ #endif
+