diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-12-28 09:50:44 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-12-28 11:27:30 +0000 |
commit | a347a358bcff5bd7943e76d001c8f3d4b1a4524b (patch) | |
tree | 7aeb7929f961d44853667b587b928619a40cc5e4 /community/qt5-qtwebengine/qt-musl-stackstart.patch | |
parent | 50faa0a5811956ff86e1b9e94a76b3474ad2d91b (diff) | |
download | aports-a347a358bcff5bd7943e76d001c8f3d4b1a4524b.tar.bz2 aports-a347a358bcff5bd7943e76d001c8f3d4b1a4524b.tar.xz |
community/qt5-qtwebengine: build fix
Diffstat (limited to 'community/qt5-qtwebengine/qt-musl-stackstart.patch')
-rw-r--r-- | community/qt5-qtwebengine/qt-musl-stackstart.patch | 10 |
1 files changed, 6 insertions, 4 deletions
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() { |