diff --git a/srcpkgs/webkit2gtk/patches/musl-fixes.patch b/srcpkgs/webkit2gtk/patches/musl-fixes.patch index 13d5db28a0a..b3eea918734 100644 --- a/srcpkgs/webkit2gtk/patches/musl-fixes.patch +++ b/srcpkgs/webkit2gtk/patches/musl-fixes.patch @@ -2,12 +2,12 @@ diff --git a/Source/JavaScriptCore/heap/MachineStackMarker.cpp b/Source/JavaScri index 1df2874..de8beb2 100644 --- Source/JavaScriptCore/heap/MachineStackMarker.cpp +++ Source/JavaScriptCore/heap/MachineStackMarker.cpp -@@ -546,7 +546,7 @@ void* MachineThreads::Thread::Registers::stackPointer() const +@@ -566,7 +566,7 @@ + #error Unknown Architecture + #endif - #elif USE(PTHREADS) - --#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((uintptr_t) regs.machineContext.gregs[REG_ESP]); diff --git a/srcpkgs/webkit2gtk/template b/srcpkgs/webkit2gtk/template index 7a802335f10..a3aea4dfa37 100644 --- a/srcpkgs/webkit2gtk/template +++ b/srcpkgs/webkit2gtk/template @@ -1,6 +1,6 @@ # Template file for 'webkit2gtk' pkgname=webkit2gtk -version=2.12.0 +version=2.12.1 revision=1 wrksrc="webkitgtk-$version" build_style=cmake @@ -10,7 +10,7 @@ maintainer="Enno Boland " homepage="http://webkitgtk.org/" license="LGPL-2.1, 2-clause-BSD" distfiles="${homepage}/releases/webkitgtk-${version}.tar.xz" -checksum=a68604f8fd1bcb247d647709290226289b90c16acb1f3730538b688db8df5ea6 +checksum=5b1a2d5227553f3cecbdb258c68b384f9235747b2c07c15afb555fe4fa6ae896 # ETOOHUGE nodebug=1