Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in src/patchsets/mozilla-sunbird/0.9: 080_gcc-4.4-elif.patch
Date: Sat, 21 Mar 2009 16:30:31
Message-Id: E1Ll45c-0006fn-BC@stork.gentoo.org
1 armin76 09/03/21 16:30:28
2
3 Added: 080_gcc-4.4-elif.patch
4 Log:
5 Add new patch that fixes compilation on gcc-4.4
6
7 Revision Changes Path
8 1.1 src/patchsets/mozilla-sunbird/0.9/080_gcc-4.4-elif.patch
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/mozilla-sunbird/0.9/080_gcc-4.4-elif.patch?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/mozilla-sunbird/0.9/080_gcc-4.4-elif.patch?rev=1.1&content-type=text/plain
12
13 Index: 080_gcc-4.4-elif.patch
14 ===================================================================
15 diff -Naurp mozilla-orig/toolkit/xre/nsAppRunner.cpp mozilla/toolkit/xre/nsAppRunner.cpp
16 --- mozilla-orig/toolkit/xre/nsAppRunner.cpp 2008-11-17 08:36:43.000000000 -0600
17 +++ mozilla/toolkit/xre/nsAppRunner.cpp 2009-03-01 20:35:11.000000000 -0600
18 @@ -1459,7 +1459,7 @@ XRE_GetBinaryPath(const char* argv0, nsI
19 if (NS_FAILED(rv))
20 return rv;
21
22 -#elif
23 +#else
24 #error Oops, you need platform-specific code here
25 #endif