aboutsummaryrefslogtreecommitdiffstats
path: root/main/webkit/webkit-1.8-textrels.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-05-11 14:32:38 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-05-11 15:04:40 +0000
commit96effd764101b603de6dd177578ae5319d9cc54e (patch)
treefbf3bf42a161434a1bd6e16c81983a99c7a733ad /main/webkit/webkit-1.8-textrels.patch
parentb52b755ab9f894eef260967918dc7343d6d19e73 (diff)
downloadaports-96effd764101b603de6dd177578ae5319d9cc54e.tar.bz2
aports-96effd764101b603de6dd177578ae5319d9cc54e.tar.xz
main/webkit: upgrade to 1.8.1, switch to gtk3
Diffstat (limited to 'main/webkit/webkit-1.8-textrels.patch')
-rw-r--r--main/webkit/webkit-1.8-textrels.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/main/webkit/webkit-1.8-textrels.patch b/main/webkit/webkit-1.8-textrels.patch
new file mode 100644
index 0000000000..77edc745d3
--- /dev/null
+++ b/main/webkit/webkit-1.8-textrels.patch
@@ -0,0 +1,11 @@
+--- ./Source/JavaScriptCore/wtf/InlineASM.h.orig
++++ ./Source/JavaScriptCore/wtf/InlineASM.h
+@@ -42,7 +42,7 @@
+ #define THUMB_FUNC_PARAM(name)
+ #endif
+
+-#if (OS(LINUX) || OS(FREEBSD)) && CPU(X86_64)
++#if (OS(LINUX) || OS(FREEBSD)) && (CPU(X86_64) || CPU(X86))
+ #define SYMBOL_STRING_RELOCATION(name) #name "@plt"
+ #elif OS(DARWIN) || (CPU(X86_64) && COMPILER(MINGW) && !GCC_VERSION_AT_LEAST(4, 5, 0))
+ #define SYMBOL_STRING_RELOCATION(name) "_" #name