From: Debian Qt/KDE Maintainers Date: Tue, 19 Feb 2019 20:25:35 +0000 (+0000) Subject: fix_ftbfs_x32 X-Git-Tag: archive/raspbian/5.212.0_alpha2-20+rpi1^2~8 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=82986b8cd802a1dd2f84f9fa4e2b45c10f6c3fb6;p=qtwebkit-opensource-src.git fix_ftbfs_x32 Gbp-Pq: Name fix_ftbfs_x32.diff --- 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) \