summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2015-02-18 12:25:16 +0200
committerMart Raudsepp <leio@gentoo.org>2015-02-18 12:25:16 +0200
commitae6f55d70ff27d1990d7e2eb8c4a02314fd21422 (patch)
tree109055d017abb1b4f243d879a46b4c261dfb80b6 /net-libs/webkit-gtk/files/webkit-gtk-2.2.5-ia64-platform.patch
parentraspberrypi-userland: Copy the wayland-egl pkgconfig file to libdir (diff)
downloadleio-ae6f55d70ff27d1990d7e2eb8c4a02314fd21422.tar.gz
leio-ae6f55d70ff27d1990d7e2eb8c4a02314fd21422.tar.bz2
leio-ae6f55d70ff27d1990d7e2eb8c4a02314fd21422.zip
Add net-libs/webkit-gtk that merges on Raspberry Pi
The append-ldflags part is untested, as due to the compile times after a failure had to add it manually. Ought to work though, let me know if not. USE=rpi is used to pick up rpi-userland gles2/egl together with USE=webgl, which actually also enables accelerated compositing.. As newer version does not support building without accelerated compositing, and with that a GL implementation will be mandatory, no point in introducing new USE flags in an overlay to separate webgl and AC. metadata.xml is updated here, though
Diffstat (limited to 'net-libs/webkit-gtk/files/webkit-gtk-2.2.5-ia64-platform.patch')
-rw-r--r--net-libs/webkit-gtk/files/webkit-gtk-2.2.5-ia64-platform.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/net-libs/webkit-gtk/files/webkit-gtk-2.2.5-ia64-platform.patch b/net-libs/webkit-gtk/files/webkit-gtk-2.2.5-ia64-platform.patch
new file mode 100644
index 0000000..a63e9e8
--- /dev/null
+++ b/net-libs/webkit-gtk/files/webkit-gtk-2.2.5-ia64-platform.patch
@@ -0,0 +1,12 @@
+--- a/Source/WTF/wtf/Platform.h 2014-02-25 00:33:16.561606810 +0100
++++ b/Source/WTF/wtf/Platform.h 2014-02-25 00:49:52.895512955 +0100
+@@ -79,6 +79,9 @@
+ #if !defined(__LP64__)
+ #define WTF_CPU_IA64_32 1
+ #endif
++#define ENABLE_JIT 0
++#define ENABLE_YARR_JIT 0
++#define ENABLE_ASSEMBLER 0
+ #endif
+
+ /* CPU(MIPS) - MIPS 32-bit */