rpms/xulrunner/devel xulrunner-elif.patch, NONE, 1.1 xulrunner.spec, 1.150, 1.151

Martin Stransky stransky at fedoraproject.org
Fri Feb 27 16:22:00 UTC 2009


Author: stransky

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

Modified Files:
	xulrunner.spec 
Added Files:
	xulrunner-elif.patch 
Log Message:
Next build fix

xulrunner-elif.patch:

--- NEW FILE xulrunner-elif.patch ---
diff -up xulrunner-1.9.1/mozilla-central/toolkit/xre/nsAppRunner.cpp.old xulrunner-1.9.1/mozilla-central/toolkit/xre/nsAppRunner.cpp
--- mozilla-central/toolkit/xre/nsAppRunner.cpp.old	2008-12-10 20:07:01.000000000 +0100
+++ mozilla-central/toolkit/xre/nsAppRunner.cpp	2009-02-27 17:17:59.000000000 +0100
@@ -1475,7 +1475,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: xulrunner.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xulrunner/devel/xulrunner.spec,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -r1.150 -r1.151
--- xulrunner.spec	27 Feb 2009 15:52:00 -0000	1.150
+++ xulrunner.spec	27 Feb 2009 16:21:30 -0000	1.151
@@ -28,6 +28,7 @@
 Patch3:         mozilla-sqlite.patch
 Patch4:         mozilla-jemalloc.patch
 Patch5:         xulrunner-pango.patch
+Patch6:         xulrunner-elif.patch
 
 # Fedora specific patches
 Patch10:        mozilla-191-pkgconfig.patch
@@ -155,6 +156,7 @@
 autoconf-2.13
 %patch4 -p1 -b .jemalloc
 %patch5 -p1 -b .pango
+%patch6 -p1 -b .elif
 
 %patch10 -p1 -b .pk
 
@@ -455,6 +457,7 @@
 %changelog
 * Fri Feb 27 2009 Martin Stransky <stransky at redhat.com> 1.9.1-0.9
 - Build fix for pango 1.23
+- Misc. build fixes
 
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.9.1-0.8.beta2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild




More information about the fedora-extras-commits mailing list