From 0e49d19f8f9f5b74a68bddaf320fcc4e9b9ea310 Mon Sep 17 00:00:00 2001 From: Debian Qt/KDE Maintainers Date: Fri, 27 Jul 2018 01:14:49 +0100 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