summaryrefslogtreecommitdiffstats
path: root/xulrunner-2.0-chromium-types.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-11-29 18:15:10 +0100
committerRemi Collet <fedora@famillecollet.com>2012-11-29 18:15:10 +0100
commit1bc3913ad6c6bf3ebe2f8598af93c3485e1e98d4 (patch)
treef64382377c8e0964f4b40e1294ada97300d401b4 /xulrunner-2.0-chromium-types.patch
parentb4f402c58c7f926b3c7ed27f41aa1167ad172e9c (diff)
Xulrunner / Firefox 17.0.1
Diffstat (limited to 'xulrunner-2.0-chromium-types.patch')
-rw-r--r--xulrunner-2.0-chromium-types.patch14
1 files changed, 6 insertions, 8 deletions
diff --git a/xulrunner-2.0-chromium-types.patch b/xulrunner-2.0-chromium-types.patch
index dfc82cc..2b3db8c 100644
--- a/xulrunner-2.0-chromium-types.patch
+++ b/xulrunner-2.0-chromium-types.patch
@@ -1,14 +1,12 @@
-Bug 627669 - add support for s390(x) and ppc(64)
-
-diff -up mozilla-release/gfx/ycbcr/chromium_types.h.chromium-types mozilla-release/gfx/ycbcr/chromium_types.h
---- mozilla-release/gfx/ycbcr/chromium_types.h.chromium-types 2011-06-15 23:57:26.000000000 +0200
-+++ mozilla-release/gfx/ycbcr/chromium_types.h 2011-06-30 10:04:25.105032221 +0200
-@@ -61,7 +61,11 @@ typedef PRInt16 int16;
+diff -up xulrunner-17.0/mozilla-release/gfx/ycbcr/chromium_types.h.chromium-types xulrunner-17.0/mozilla-release/gfx/ycbcr/chromium_types.h
+--- xulrunner-17.0/mozilla-release/gfx/ycbcr/chromium_types.h.chromium-types 2012-11-16 20:56:29.000000000 +0100
++++ xulrunner-17.0/mozilla-release/gfx/ycbcr/chromium_types.h 2012-11-20 09:19:14.843448418 +0100
+@@ -30,7 +30,11 @@ typedef int16_t int16;
#define ARCH_CPU_ARM_FAMILY 1
#define ARCH_CPU_ARMEL 1
#define ARCH_CPU_32_BITS 1
-#elif defined(__ppc__) || defined(__powerpc) || defined(__PPC__)
-+#elif defined(__ppc64__) || defined(__powerpc64__)
++#elif defined(__powerpc64__)
+#define ARCH_CPU_PPC_FAMILY 1
+#define ARCH_CPU_PPC 1
+#define ARCH_CPU_64_BITS 1
@@ -16,7 +14,7 @@ diff -up mozilla-release/gfx/ycbcr/chromium_types.h.chromium-types mozilla-relea
#define ARCH_CPU_PPC_FAMILY 1
#define ARCH_CPU_PPC 1
#define ARCH_CPU_32_BITS 1
-@@ -73,6 +77,14 @@ typedef PRInt16 int16;
+@@ -42,6 +46,14 @@ typedef int16_t int16;
#define ARCH_CPU_SPARC_FAMILY 1
#define ARCH_CPU_SPARC 1
#define ARCH_CPU_64_BITS 1