From 3408393edf0c0e35783f08579d2396fdddf410b1 Mon Sep 17 00:00:00 2001 From: Debian Qt/KDE Maintainers Date: Fri, 22 Mar 2019 08:42:38 +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