Gentoo Archives: gentoo-commits

From: "Davide Pesavento (pesa)" <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/qt-webkit/files: 4.8.2-javascriptcore-x32.patch
Date: Mon, 30 Jul 2012 05:20:20
Message-Id: 20120730052009.B293E2004B@flycatcher.gentoo.org
1 pesa 12/07/30 05:20:09
2
3 Added: 4.8.2-javascriptcore-x32.patch
4 Log:
5 Add patch for x32 support in JavaScriptCore (bug 424049).
6
7 (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 x11-libs/qt-webkit/files/4.8.2-javascriptcore-x32.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-webkit/files/4.8.2-javascriptcore-x32.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-webkit/files/4.8.2-javascriptcore-x32.patch?rev=1.1&content-type=text/plain
14
15 Index: 4.8.2-javascriptcore-x32.patch
16 ===================================================================
17 --- src/3rdparty/webkit/Source/JavaScriptCore/wtf/Platform.h.orig 2012-07-17 15:06:26.692276108 +0000
18 +++ src/3rdparty/webkit/Source/JavaScriptCore/wtf/Platform.h 2012-07-17 15:06:54.480928701 +0000
19 @@ -993,7 +993,7 @@
20 #endif
21
22 #if !defined(WTF_USE_JSVALUE64) && !defined(WTF_USE_JSVALUE32_64)
23 -#if (CPU(X86_64) && (OS(UNIX) || OS(WINDOWS))) \
24 +#if (CPU(X86_64) && defined(__LP64__) && (OS(UNIX) || OS(WINDOWS))) \
25 || (CPU(IA64) && !CPU(IA64_32)) \
26 || CPU(ALPHA) \
27 || CPU(SPARC64) \