summaryrefslogtreecommitdiff
path: root/xulrunner-2.0-chromium-types.patch
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2014-04-22 16:10:51 +0200
committerMartin Stransky <stransky@redhat.com>2014-04-22 16:10:51 +0200
commitab3d8585f1b7fd3a10434ae6fe6a5cf89fef8256 (patch)
tree8bd57a156d737157e698317a19f174dad33033da /xulrunner-2.0-chromium-types.patch
parentrelease bump (diff)
downloadlibrewolf-fedora-ff-ab3d8585f1b7fd3a10434ae6fe6a5cf89fef8256.tar.gz
librewolf-fedora-ff-ab3d8585f1b7fd3a10434ae6fe6a5cf89fef8256.tar.bz2
librewolf-fedora-ff-ab3d8585f1b7fd3a10434ae6fe6a5cf89fef8256.zip
Update to Firefox 29 build 1
Diffstat (limited to 'xulrunner-2.0-chromium-types.patch')
-rw-r--r--xulrunner-2.0-chromium-types.patch14
1 files changed, 7 insertions, 7 deletions
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
bgstack15