FreeBSD Bugzilla – Attachment 199763 Details for
Bug 233731
www/webkit-gtk3: fix build on powerpc64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
webkit-gtk3.patch (text/plain), 1.07 KB, created by
Piotr Kubaj
on 2018-12-02 20:22:12 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2018-12-02 20:22:12 UTC
Size:
1.07 KB
patch
obsolete
>Index: files/patch-Source_WTF_wtf_Platform.h >=================================================================== >--- files/patch-Source_WTF_wtf_Platform.h (revision 486477) >+++ files/patch-Source_WTF_wtf_Platform.h (working copy) >@@ -1,7 +1,25 @@ >-This patch reportedly fixes build for ARM. See PR 208569 >+This patch reportedly fixes build for ARM and powerpc64. See PR 208569 > > --- Source/WTF/wtf/Platform.h.orig 2016-04-10 06:48:36 UTC > +++ Source/WTF/wtf/Platform.h >+@@ -119,11 +119,16 @@ >+ >+ /* CPU(PPC64) - PowerPC 64-bit Big Endian */ >+ #if ( defined(__ppc64__) \ >+- || defined(__PPC64__)) \ >++ || defined(__PPC64__) \ >++ || defined(__powerpc64__)) \ >+ && defined(__BYTE_ORDER__) \ >+ && (__BYTE_ORDER__ == __ORDER_BIG_ENDIAN__) >+ #define WTF_CPU_PPC64 1 >+ #define WTF_CPU_BIG_ENDIAN 1 >++#define ENABLE_ASSEMBLER 0 >++#define ENABLE_JIT 0 >++#define ENABLE_YARR_JIT 0 >++#define ENABLE_SAMPLING_PROFILER 0 >+ #endif >+ >+ /* CPU(PPC64) - PowerPC 64-bit Little Endian */ > @@ -218,6 +218,7 @@ > #elif defined(__ARM_ARCH_6__) \ > || defined(__ARM_ARCH_6J__) \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 233731
: 199763
Working