rpms/xulrunner/devel crashreporter-gcc43.patch, NONE, 1.1 xulrunner.spec, 1.87, 1.88

Christopher Aillon (caillon) fedora-extras-commits at redhat.com
Sat Mar 8 05:50:43 UTC 2008


Author: caillon

Update of /cvs/extras/rpms/xulrunner/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17883

Modified Files:
	xulrunner.spec 
Added Files:
	crashreporter-gcc43.patch 
Log Message:
attempt to fix build bustage

crashreporter-gcc43.patch:

--- NEW FILE crashreporter-gcc43.patch ---
Index: toolkit/crashreporter/client/crashreporter_linux.cpp
===================================================================
RCS file: /cvsroot/mozilla/toolkit/crashreporter/client/crashreporter_linux.cpp,v
retrieving revision 1.16
diff -d -u -p -r1.16 crashreporter_linux.cpp
--- toolkit/crashreporter/client/crashreporter_linux.cpp	7 Mar 2008 22:17:17 -0000	1.16
+++ toolkit/crashreporter/client/crashreporter_linux.cpp	8 Mar 2008 05:48:24 -0000
@@ -47,6 +47,7 @@
 
 #include <algorithm>
 #include <cctype>
+#include <climits>
 
 #include <signal.h>
 


Index: xulrunner.spec
===================================================================
RCS file: /cvs/extras/rpms/xulrunner/devel/xulrunner.spec,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- xulrunner.spec	8 Mar 2008 04:08:38 -0000	1.87
+++ xulrunner.spec	8 Mar 2008 05:50:05 -0000	1.88
@@ -31,6 +31,7 @@
 Source100:      find-external-requires
 
 # build patches
+Patch1:         crashreporter-gcc43.patch
 Patch4:         mozilla-build.patch
 Patch5:         xulrunner-path.patch
 Patch6:         xulrunner-version.patch
@@ -115,6 +116,7 @@
 
 %prep
 %setup -q -n mozilla
+%patch1   -p0 -b .crashreporter
 %patch4   -p1
 %patch5   -p1
 %patch6   -p1 -b .ver




More information about the fedora-extras-commits mailing list