From 2919a17e4998fda12ac079b33cb8f0fac6996c4b Mon Sep 17 00:00:00 2001 From: Debian Qt/KDE Maintainers Date: Wed, 26 Dec 2018 19:31:35 +0000 Subject: [PATCH] fix_ftbfs_x32 Gbp-Pq: Name fix_ftbfs_x32.diff --- Source/WTF/wtf/Platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/WTF/wtf/Platform.h b/Source/WTF/wtf/Platform.h index 77db21f5..8ea2f87a 100644 --- a/Source/WTF/wtf/Platform.h +++ b/Source/WTF/wtf/Platform.h @@ -705,7 +705,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) \ -- 2.30.2