summaryrefslogtreecommitdiffstats
path: root/mozilla-build-s390.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2011-04-30 16:08:29 +0200
committerRemi Collet <fedora@famillecollet.com>2011-04-30 16:08:29 +0200
commit729c17e0ad1e9d1d540f2669cbd072a8afc139c2 (patch)
tree0cca2f05cb3fac9367e49bfda39876b031ad9cc6 /mozilla-build-s390.patch
parent036a7f0c7e7bd2606b048a34f8a12c739ee1c813 (diff)
thunderbird, sync with rawhide, update to 3.1.10
Diffstat (limited to 'mozilla-build-s390.patch')
-rw-r--r--mozilla-build-s390.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/mozilla-build-s390.patch b/mozilla-build-s390.patch
index efdc54e..2bfe1d5 100644
--- a/mozilla-build-s390.patch
+++ b/mozilla-build-s390.patch
@@ -1,8 +1,8 @@
-diff -up mozilla/js/src/jstl.h.old mozilla/js/src/jstl.h
---- mozilla/js/src/jstl.h.old 2010-03-10 10:01:51.000000000 +0100
-+++ mozilla/js/src/jstl.h 2010-03-10 12:24:55.000000000 +0100
+diff -up mozilla-1.9.2/js/src/jstl.h.s390 mozilla-1.9.2/js/src/jstl.h
+--- mozilla-1.9.2/js/src/jstl.h.s390 2011-02-18 19:33:24.000000000 +0100
++++ mozilla-1.9.2/js/src/jstl.h 2011-03-07 08:41:29.000000000 +0100
@@ -195,7 +195,6 @@ class ReentrancyGuard
- static JS_ALWAYS_INLINE size_t
+ JS_ALWAYS_INLINE size_t
RoundUpPow2(size_t x)
{
- typedef tl::StaticAssert<tl::IsSameType<size_t,JSUword>::result>::result _;