[webkitgtk3] add the updated patch

Dan Horák sharkcz at fedoraproject.org
Thu Nov 11 12:08:01 UTC 2010


commit fd3ebe46dd191bf9e8c8ee107a2ac9105a73f465
Author: Dan Horák <dan at danny.cz>
Date:   Thu Nov 11 13:08:16 2010 +0100

    add the updated patch

 webkit-1.3.3-s390.patch => webkit-1.3.5-s390.patch |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/webkit-1.3.3-s390.patch b/webkit-1.3.5-s390.patch
similarity index 52%
rename from webkit-1.3.3-s390.patch
rename to webkit-1.3.5-s390.patch
index 3e675de..f5d7b15 100644
--- a/webkit-1.3.3-s390.patch
+++ b/webkit-1.3.5-s390.patch
@@ -1,7 +1,7 @@
-diff -up webkit-1.3.3/JavaScriptCore/wtf/Platform.h.s390 webkit-1.3.3/JavaScriptCore/wtf/Platform.h
---- webkit-1.3.3/JavaScriptCore/wtf/Platform.h.s390	2010-07-12 09:25:39.000000000 +0200
-+++ webkit-1.3.3/JavaScriptCore/wtf/Platform.h	2010-07-21 11:55:17.000000000 +0200
-@@ -181,6 +181,18 @@
+diff -up webkit-1.3.5/JavaScriptCore/wtf/Platform.h.s390 webkit-1.3.5/JavaScriptCore/wtf/Platform.h
+--- webkit-1.3.5/JavaScriptCore/wtf/Platform.h.s390	2010-11-11 11:55:19.000000000 +0100
++++ webkit-1.3.5/JavaScriptCore/wtf/Platform.h	2010-11-11 11:55:58.000000000 +0100
+@@ -188,6 +188,18 @@
  #define WTF_CPU_SPARC 1
  #endif
  
@@ -20,11 +20,11 @@ diff -up webkit-1.3.3/JavaScriptCore/wtf/Platform.h.s390 webkit-1.3.3/JavaScript
  /* CPU(X86) - i386 / x86 32-bit */
  #if   defined(__i386__) \
      || defined(i386)     \
-@@ -907,6 +919,7 @@
- #if (CPU(X86_64) && (OS(UNIX) || OS(WINDOWS))) \
+@@ -929,6 +941,7 @@
      || (CPU(IA64) && !CPU(IA64_32)) \
      || CPU(ALPHA) \
+     || CPU(SPARC64) \
 +    || CPU(S390X) \
-     || CPU(SPARC64)
+     || CPU(PPC64)
  #define WTF_USE_JSVALUE64 1
- #elif CPU(ARM_TRADITIONAL) || CPU(PPC64) || CPU(MIPS)
+ #elif CPU(ARM_TRADITIONAL) && COMPILER(MSVC)


More information about the scm-commits mailing list