rpms/sunbird/devel sunbird-0.9-gcc44.patch, 1.2, 1.3 sunbird.spec, 1.30, 1.31

Lubomir Rintel lkundrak at fedoraproject.org
Sun Jun 28 11:54:33 UTC 2009


Author: lkundrak

Update of /cvs/pkgs/rpms/sunbird/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17221

Modified Files:
	sunbird.spec 
Added Files:
	sunbird-0.9-gcc44.patch 
Log Message:
gcc44 fun

sunbird-0.9-gcc44.patch:

Index: sunbird-0.9-gcc44.patch
===================================================================
RCS file: sunbird-0.9-gcc44.patch
diff -N sunbird-0.9-gcc44.patch
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ sunbird-0.9-gcc44.patch	28 Jun 2009 11:54:32 -0000	1.3
@@ -0,0 +1,16 @@
+Fix build with GCC 4.4.
+
+Lubomir Rintel <lkundrak at v3.sk>
+
+diff -up mozilla/toolkit/xre/nsAppRunner.cpp.gcc44 mozilla/toolkit/xre/nsAppRunner.cpp
+--- mozilla/toolkit/xre/nsAppRunner.cpp.gcc44	2009-03-01 13:35:21.000000000 +0100
++++ mozilla/toolkit/xre/nsAppRunner.cpp	2009-03-01 13:35:44.000000000 +0100
+@@ -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
+ 


Index: sunbird.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sunbird/devel/sunbird.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -p -r1.30 -r1.31
--- sunbird.spec	28 Jun 2009 10:36:19 -0000	1.30
+++ sunbird.spec	28 Jun 2009 11:54:32 -0000	1.31
@@ -37,6 +37,7 @@ Patch1:         thunderbird-pango.patch
 # Ours
 Patch10:        sunbird-1.0-libical.patch
 Patch11:        sunbird-1.0-uilocale.patch
+Patch12:        sunbird-0.9-gcc44.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -111,6 +112,7 @@ calendaring tasks.
 %patch1 -p1 -b .pango
 %patch10 -p0 -b .libical
 %patch11 -p0 -b .uilocale
+%patch12 -p0 -b .gcc44
 
 find . -name '*.cpp' -o -name '*.h' |xargs chmod -x
 




More information about the fedora-extras-commits mailing list