From 4e21a9a766c91552b41cd3ba7547dc4b54c7f7f4 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Fri, 29 Sep 2017 17:35:01 +0200 Subject: Second arch build fix --- build-ppc-s390-dom.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 build-ppc-s390-dom.patch (limited to 'build-ppc-s390-dom.patch') diff --git a/build-ppc-s390-dom.patch b/build-ppc-s390-dom.patch deleted file mode 100644 index 238c440..0000000 --- a/build-ppc-s390-dom.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -up firefox-55.0/dom/base/nsWrapperCache.h.old firefox-55.0/dom/base/nsWrapperCache.h ---- firefox-55.0/dom/base/nsWrapperCache.h.old 2017-08-03 12:02:06.720927791 +0200 -+++ firefox-55.0/dom/base/nsWrapperCache.h 2017-08-03 12:03:16.576707873 +0200 -@@ -41,7 +41,7 @@ class nsWindowRoot; - // This may waste space for some other nsWrapperCache-derived objects that have - // a 32-bit field as their first member, but those objects are unlikely to be as - // numerous or performance-critical as DOM nodes. --#if defined(_M_X64) || defined(__x86_64__) || defined(__aarch64__) -+#if defined(_M_X64) || defined(__x86_64__) || defined(__aarch64__) || defined(__PPC64__) || defined(__pcc64le__) || defined(__S390X__) || defined(__s390x__) - static_assert(sizeof(void*) == 8, "These architectures should be 64-bit"); - #define BOOL_FLAGS_ON_WRAPPER_CACHE - #else -diff -up firefox-55.0/media/libyuv/libyuv/tools_libyuv/autoroller/unittests/testdata/DEPS.chromium.old firefox-55.0/media/libyuv/libyuv/tools_libyuv/autoroller/unittests/testdata/DEPS.chromium -diff -up firefox-55.0/media/webrtc/trunk/Makefile.old firefox-55.0/media/webrtc/trunk/Makefile -- cgit