From 75fd2479fb80e628c2c06a26d54216d0514addd6 Mon Sep 17 00:00:00 2001 From: Debian Qt/KDE Maintainers Date: Thu, 18 Jan 2018 08:33:51 +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