From ab3d8585f1b7fd3a10434ae6fe6a5cf89fef8256 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Tue, 22 Apr 2014 16:10:51 +0200 Subject: Update to Firefox 29 build 1 --- xulrunner-2.0-chromium-types.patch | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'xulrunner-2.0-chromium-types.patch') diff --git a/xulrunner-2.0-chromium-types.patch b/xulrunner-2.0-chromium-types.patch index 2b3db8c..7bba5eb 100644 --- a/xulrunner-2.0-chromium-types.patch +++ b/xulrunner-2.0-chromium-types.patch @@ -1,7 +1,7 @@ -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; +diff -up firefox-29.0/mozilla-release/gfx/ycbcr/chromium_types.h.chromium-types firefox-29.0/mozilla-release/gfx/ycbcr/chromium_types.h +--- firefox-29.0/mozilla-release/gfx/ycbcr/chromium_types.h.chromium-types 2014-04-22 07:27:47.000000000 +0200 ++++ firefox-29.0/mozilla-release/gfx/ycbcr/chromium_types.h 2014-04-22 15:46:24.288677788 +0200 +@@ -34,7 +34,11 @@ typedef uint32_t uint32; #define ARCH_CPU_ARM_FAMILY 1 #define ARCH_CPU_ARMEL 1 #define ARCH_CPU_32_BITS 1 @@ -14,9 +14,9 @@ diff -up xulrunner-17.0/mozilla-release/gfx/ycbcr/chromium_types.h.chromium-type #define ARCH_CPU_PPC_FAMILY 1 #define ARCH_CPU_PPC 1 #define ARCH_CPU_32_BITS 1 -@@ -42,6 +46,14 @@ typedef int16_t int16; - #define ARCH_CPU_SPARC_FAMILY 1 - #define ARCH_CPU_SPARC 1 +@@ -50,6 +54,14 @@ typedef uint32_t uint32; + #define ARCH_CPU_AARCH64_FAMILY 1 + #define ARCH_CPU_AARCH64 1 #define ARCH_CPU_64_BITS 1 +#elif defined(__s390x__) +#define ARCH_CPU_S390_FAMILY 1 -- cgit