summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/webkit/webkitgtk/x32_support.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-sato/webkit/webkitgtk/x32_support.patch')
-rw-r--r--meta/recipes-sato/webkit/webkitgtk/x32_support.patch24
1 files changed, 15 insertions, 9 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk/x32_support.patch b/meta/recipes-sato/webkit/webkitgtk/x32_support.patch
index 5f23837585..f2454b9849 100644
--- a/meta/recipes-sato/webkit/webkitgtk/x32_support.patch
+++ b/meta/recipes-sato/webkit/webkitgtk/x32_support.patch
@@ -1,13 +1,19 @@
1From 897563a0397266d8ceb058f172e16b06419b2593 Mon Sep 17 00:00:00 2001
1From: Daniel Schepler <dschepler@gmail.com> 2From: Daniel Schepler <dschepler@gmail.com>
2Subject: Fix FTBFS in x32 3Date: Mon, 26 Mar 2018 17:48:34 +0300
3Bug-Debian: https://bugs.debian.org/700795 4Subject: [PATCH] Fix FTBFS in x32
4Upstream-Status: Pending 5
5Signed-off-by: Christopher Larson <chris_larson@mentor.com>
6Index: webkitgtk-2.16.1/Source/WTF/wtf/Platform.h
7=================================================================== 6===================================================================
8--- webkitgtk-2.16.1.orig/Source/WTF/wtf/Platform.h 7
9+++ webkitgtk-2.16.1/Source/WTF/wtf/Platform.h 8---
10@@ -172,7 +172,11 @@ 9 Source/WTF/wtf/Platform.h | 4 ++++
10 1 file changed, 4 insertions(+)
11
12diff --git a/Source/WTF/wtf/Platform.h b/Source/WTF/wtf/Platform.h
13index 850e298..551c047 100644
14--- a/Source/WTF/wtf/Platform.h
15+++ b/Source/WTF/wtf/Platform.h
16@@ -132,7 +132,11 @@
11 /* CPU(X86_64) - AMD64 / Intel64 / x86_64 64-bit */ 17 /* CPU(X86_64) - AMD64 / Intel64 / x86_64 64-bit */
12 #if defined(__x86_64__) \ 18 #if defined(__x86_64__) \
13 || defined(_M_X64) 19 || defined(_M_X64)
@@ -17,5 +23,5 @@ Index: webkitgtk-2.16.1/Source/WTF/wtf/Platform.h
17 #define WTF_CPU_X86_64 1 23 #define WTF_CPU_X86_64 1
18+#endif 24+#endif
19 #define WTF_CPU_X86_SSE2 1 25 #define WTF_CPU_X86_SSE2 1
26 #define WTF_CPU_KNOWN 1
20 #endif 27 #endif
21