summaryrefslogtreecommitdiffstats
path: root/xulrunner-2.0-chromium-types.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2011-12-22 16:49:48 +0100
committerRemi Collet <fedora@famillecollet.com>2011-12-22 16:49:48 +0100
commit2e5013b06612bcfdf8050c569cd9f12a758e8fa4 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /xulrunner-2.0-chromium-types.patch
parent5f139fd8d735a957395c0d01bcc835271d80999f (diff)
clean
Diffstat (limited to 'xulrunner-2.0-chromium-types.patch')
-rw-r--r--xulrunner-2.0-chromium-types.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/xulrunner-2.0-chromium-types.patch b/xulrunner-2.0-chromium-types.patch
deleted file mode 100644
index 65dbc59..0000000
--- a/xulrunner-2.0-chromium-types.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-https://bugzilla.mozilla.org/show_bug.cgi?id=627669
-
-diff -up xulrunner-2.0/mozilla-central/gfx/ycbcr/chromium_types.h.chromium-types xulrunner-2.0/mozilla-central/gfx/ycbcr/chromium_types.h
---- xulrunner-2.0/mozilla-central/gfx/ycbcr/chromium_types.h.chromium-types 2010-11-04 21:05:47.000000000 +0100
-+++ xulrunner-2.0/mozilla-central/gfx/ycbcr/chromium_types.h 2010-11-15 14:20:12.000000000 +0100
-@@ -64,6 +64,10 @@ typedef PRInt16 int16;
- #define ARCH_CPU_PPC_FAMILY 1
- #define ARCH_CPU_PPC 1
- #define ARCH_CPU_32_BITS 1
-+#elif defined(__ppc64__)
-+#define ARCH_CPU_PPC_FAMILY 1
-+#define ARCH_CPU_PPC 1
-+#define ARCH_CPU_64_BITS 1
- #elif defined(__sparc)
- #define ARCH_CPU_SPARC_FAMILY 1
- #define ARCH_CPU_SPARC 1
-@@ -72,6 +76,14 @@ typedef PRInt16 int16;
- #define ARCH_CPU_SPARC_FAMILY 1
- #define ARCH_CPU_SPARC 1
- #define ARCH_CPU_64_BITS 1
-+#elif defined(__s390__)
-+#define ARCH_CPU_S390_FAMILY 1
-+#define ARCH_CPU_S390 1
-+#define ARCH_CPU_32_BITS 1
-+#elif defined(__s390x__)
-+#define ARCH_CPU_S390_FAMILY 1
-+#define ARCH_CPU_S390 1
-+#define ARCH_CPU_64_BITS 1
- #else
- #warning Please add support for your architecture in chromium_types.h
- #endif