summaryrefslogtreecommitdiff
path: root/xulrunner-24.0-s390-inlines.patch
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2014-01-09 10:56:01 +0100
committerJan Horak <jhorak@redhat.com>2014-01-09 10:56:01 +0100
commit875d0c0e871da050a4cfe44c0afae09c1ad739e4 (patch)
tree4b858f42c056f60f19639786e815667c3cd2dfb2 /xulrunner-24.0-s390-inlines.patch
parent* Tue Dec 17 2013 Martin Stransky <stransky@redhat.com> - 26.0-4 (diff)
downloadlibrewolf-fedora-ff-875d0c0e871da050a4cfe44c0afae09c1ad739e4.tar.gz
librewolf-fedora-ff-875d0c0e871da050a4cfe44c0afae09c1ad739e4.tar.bz2
librewolf-fedora-ff-875d0c0e871da050a4cfe44c0afae09c1ad739e4.zip
Standalone firefox package without need of xulrunner
Diffstat (limited to 'xulrunner-24.0-s390-inlines.patch')
-rw-r--r--xulrunner-24.0-s390-inlines.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/xulrunner-24.0-s390-inlines.patch b/xulrunner-24.0-s390-inlines.patch
new file mode 100644
index 0000000..074f8d9
--- /dev/null
+++ b/xulrunner-24.0-s390-inlines.patch
@@ -0,0 +1,12 @@
+diff -up xulrunner-25.0/mozilla-release/js/src/vm/SPSProfiler.cpp.s390-inlines xulrunner-25.0/mozilla-release/js/src/vm/SPSProfiler.cpp
+--- xulrunner-25.0/mozilla-release/js/src/vm/SPSProfiler.cpp.s390-inlines 2013-10-23 16:04:01.773093979 +0200
++++ xulrunner-25.0/mozilla-release/js/src/vm/SPSProfiler.cpp 2013-10-23 16:04:44.551134551 +0200
+@@ -4,6 +4,8 @@
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
++#include "jscntxtinlines.h"
++
+ #include "vm/SPSProfiler.h"
+
+ #include "mozilla/DebugOnly.h"
bgstack15