From a347a358bcff5bd7943e76d001c8f3d4b1a4524b Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 28 Dec 2018 09:50:44 +0000 Subject: community/qt5-qtwebengine: build fix --- community/qt5-qtwebengine/qt-musl-stackstart.patch | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'community/qt5-qtwebengine/qt-musl-stackstart.patch') diff --git a/community/qt5-qtwebengine/qt-musl-stackstart.patch b/community/qt5-qtwebengine/qt-musl-stackstart.patch index d8dd1aa90f..1286c741c9 100644 --- a/community/qt5-qtwebengine/qt-musl-stackstart.patch +++ b/community/qt5-qtwebengine/qt-musl-stackstart.patch @@ -1,6 +1,8 @@ ---- qtwebengine/src/3rdparty/chromium/third_party/WebKit/Source/platform/wtf/StackUtil.cpp 2018-01-27 23:08:43.586475349 +0100 -+++ qtwebengine/src/3rdparty/chromium/third_party/WebKit/Source/platform/wtf/StackUtil.cpp 2018-01-27 23:18:22.274505203 +0100 -@@ -28,7 +28,7 @@ +diff --git a/src/3rdparty/chromium/third_party/blink/renderer/platform/wtf/stack_util.cc b/src/3rdparty/chromium/third_party/blink/renderer/platform/wtf/stack_util.cc +index 10f1c0d..8e86a2e 100644 +--- a/src/3rdparty/chromium/third_party/blink/renderer/platform/wtf/stack_util.cc ++++ b/src/3rdparty/chromium/third_party/blink/renderer/platform/wtf/stack_util.cc +@@ -28,7 +28,7 @@ size_t GetUnderestimatedStackSize() { // FIXME: On Mac OSX and Linux, this method cannot estimate stack size // correctly for the main thread. @@ -9,7 +11,7 @@ defined(OS_FUCHSIA) // pthread_getattr_np() can fail if the thread is not invoked by // pthread_create() (e.g., the main thread of webkit_unit_tests). -@@ -96,7 +96,7 @@ +@@ -96,7 +96,7 @@ size_t GetUnderestimatedStackSize() { } void* GetStackStart() { -- cgit v1.2.3