rpms/xulrunner/devel mozilla-build-sbrk.patch, NONE, 1.1 xulrunner.spec, 1.189, 1.190

Martin Stransky stransky at fedoraproject.org
Wed Jan 13 12:21:01 UTC 2010


Author: stransky

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

Modified Files:
	xulrunner.spec 
Added Files:
	mozilla-build-sbrk.patch 
Log Message:
Build patch

mozilla-build-sbrk.patch:
 js.cpp |    1 +
 1 file changed, 1 insertion(+)

--- NEW FILE mozilla-build-sbrk.patch ---
--- mozilla-1.9.2/js/src/shell/js.cpp.old	2010-01-06 04:35:17.000000000 +0100
+++ mozilla-1.9.2/js/src/shell/js.cpp	2010-01-13 13:12:02.000000000 +0100
@@ -48,6 +48,7 @@
 #include <string.h>
 #include <signal.h>
 #include <locale.h>
+#include <unistd.h>
 #include "jstypes.h"
 #include "jsarena.h"
 #include "jsutil.h"


Index: xulrunner.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xulrunner/devel/xulrunner.spec,v
retrieving revision 1.189
retrieving revision 1.190
diff -u -p -r1.189 -r1.190
--- xulrunner.spec	13 Jan 2010 11:53:35 -0000	1.189
+++ xulrunner.spec	13 Jan 2010 12:21:01 -0000	1.190
@@ -36,6 +36,7 @@ Patch4:         mozilla-about-firefox-ve
 Patch5:         mozilla-jemalloc-526152.patch
 Patch7:         xulrunner-1.9.2.1-build.patch
 Patch8:         mozilla-plugin.patch
+Patch9:         mozilla-build-sbrk.patch
 
 # Fedora specific patches
 Patch10:        mozilla-192-pkgconfig.patch
@@ -132,6 +133,7 @@ sed -e 's/__RPM_VERSION_INTERNAL__/%{ver
 %patch5  -p1 -b .jemalloc-526152
 %patch7  -p2 -b .del
 %patch8  -p1 -b .plugin
+%patch9  -p1 -b .sbrk
 
 %patch10 -p1 -b .pk
 



More information about the scm-commits mailing list