aboutsummaryrefslogtreecommitdiffstats
path: root/community/webkit2gtk/musl-fixes.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-05-02 14:50:48 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-05-02 16:09:06 +0000
commitcc5b62317f83db5d91830d9746a3d36b87c9fd15 (patch)
tree52509da4cbf7986f6c421267f49ea04206647966 /community/webkit2gtk/musl-fixes.patch
parent6d93bca9d6eb57bff02cea0f7da916f8a906ff4c (diff)
downloadaports-cc5b62317f83db5d91830d9746a3d36b87c9fd15.tar.bz2
aports-cc5b62317f83db5d91830d9746a3d36b87c9fd15.tar.xz
community/webkit2gtk: upgrade to 2.12.2
Diffstat (limited to 'community/webkit2gtk/musl-fixes.patch')
-rw-r--r--community/webkit2gtk/musl-fixes.patch22
1 files changed, 10 insertions, 12 deletions
diff --git a/community/webkit2gtk/musl-fixes.patch b/community/webkit2gtk/musl-fixes.patch
index 73ddaabee5..cb1090f337 100644
--- a/community/webkit2gtk/musl-fixes.patch
+++ b/community/webkit2gtk/musl-fixes.patch
@@ -1,17 +1,15 @@
-diff --git a/Source/JavaScriptCore/heap/MachineStackMarker.cpp b/Source/JavaScriptCore/heap/MachineStackMarker.cpp
-index 1df2874..de8beb2 100644
---- a/Source/JavaScriptCore/heap/MachineStackMarker.cpp
-+++ b/Source/JavaScriptCore/heap/MachineStackMarker.cpp
-@@ -546,7 +546,7 @@ void* MachineThreads::Thread::Registers::stackPointer() const
-
- #elif USE(PTHREADS)
+--- ./Source/JavaScriptCore/heap/MachineStackMarker.cpp.orig
++++ ./Source/JavaScriptCore/heap/MachineStackMarker.cpp
+@@ -566,7 +566,7 @@
+ #error Unknown Architecture
+ #endif
--#if defined(__GLIBC__) && ENABLE(JIT)
-+#if defined(__linux__) && ENABLE(JIT)
+-#elif defined(__GLIBC__) && ENABLE(JIT)
++#elif defined(__linux__) && ENABLE(JIT)
#if CPU(X86)
return reinterpret_cast<void*>((uintptr_t) regs.machineContext.gregs[REG_ESP]);
-@@ -645,7 +645,7 @@ void* MachineThreads::Thread::Registers::framePointer() const
+@@ -665,7 +665,7 @@
#error Unknown Architecture
#endif
@@ -20,7 +18,7 @@ index 1df2874..de8beb2 100644
// The following sequence depends on glibc's sys/ucontext.h.
#if CPU(X86)
-@@ -727,7 +727,7 @@ void* MachineThreads::Thread::Registers::instructionPointer() const
+@@ -747,7 +747,7 @@
#error Unknown Architecture
#endif
@@ -29,7 +27,7 @@ index 1df2874..de8beb2 100644
// The following sequence depends on glibc's sys/ucontext.h.
#if CPU(X86)
-@@ -818,7 +818,7 @@ void* MachineThreads::Thread::Registers::llintPC() const
+@@ -838,7 +838,7 @@
#error Unknown Architecture
#endif