projects
/
webkit2gtk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec685e2
)
Fix FTBFS in x32
author
Thorsten Glaser
<tg@mirbsd.de>
Wed, 26 Apr 2017 07:31:43 +0000
(07:31 +0000)
committer
Raspbian forward porter
<root@raspbian.org>
Wed, 26 Apr 2017 07:31:43 +0000
(07:31 +0000)
===================================================================
Gbp-Pq: Name fix-ftbfs-x32.patch
Source/WTF/wtf/Platform.h
patch
|
blob
|
history
diff --git
a/Source/WTF/wtf/Platform.h
b/Source/WTF/wtf/Platform.h
index 3e202628a6445655051f183d687512d629ee4a87..25131a92c405b6d2c3394c83e1ad4dc3efbad217 100644
(file)
--- a/
Source/WTF/wtf/Platform.h
+++ b/
Source/WTF/wtf/Platform.h
@@
-696,7
+696,7
@@
#endif
#if !defined(USE_JSVALUE64) && !defined(USE_JSVALUE32_64)
-#if (CPU(X86_64) && (OS(UNIX) || OS(WINDOWS))) \
+#if (CPU(X86_64) &&
!defined(__ILP32__) &&
(OS(UNIX) || OS(WINDOWS))) \
|| (CPU(IA64) && !CPU(IA64_32)) \
|| CPU(ALPHA) \
|| CPU(ARM64) \