From 232a872b2d1f6ba60d91f3ee05b58a5f2449191c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 5 Oct 2023 23:55:49 +0100 Subject: gentoo auto-resync : 05:10:2023 - 23:55:49 --- .../files/qtwebengine-6.5.2-cstdint.patch | 30 ++++++++++++++++++++++ .../files/qtwebengine-6.6.0-cstdint.patch | 20 +++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 dev-qt/qtwebengine/files/qtwebengine-6.5.2-cstdint.patch create mode 100644 dev-qt/qtwebengine/files/qtwebengine-6.6.0-cstdint.patch (limited to 'dev-qt/qtwebengine/files') diff --git a/dev-qt/qtwebengine/files/qtwebengine-6.5.2-cstdint.patch b/dev-qt/qtwebengine/files/qtwebengine-6.5.2-cstdint.patch new file mode 100644 index 000000000000..7de101830553 --- /dev/null +++ b/dev-qt/qtwebengine/files/qtwebengine-6.5.2-cstdint.patch @@ -0,0 +1,30 @@ +Patch status: limbo, partially needs upstreaming + +Only manifests as an issue with gcc-13+musl which does not transitively +include cstdint / stdint.h for the int32/64_t usage. + +Partially fixed by [1] (>=chromium-110.0.5434.0) given it removes the +int64_t usage altogether in seed_response.h. + +See also [2] which fixed this for the 87 branch in Qt5. + +[1] https://crrev.com/01e21a077a0354d85e8359195613c2781f67a3a2 +[2] https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/489133 +--- a/src/3rdparty/chromium/components/variations/seed_response.h ++++ b/src/3rdparty/chromium/components/variations/seed_response.h +@@ -7,2 +7,3 @@ + ++#include + #include +--- a/src/3rdparty/chromium/gpu/config/gpu_driver_bug_workarounds.h ++++ b/src/3rdparty/chromium/gpu/config/gpu_driver_bug_workarounds.h +@@ -7,2 +7,3 @@ + ++#include + #include +--- a/src/3rdparty/chromium/third_party/webrtc/rtc_base/system/file_wrapper.h ++++ b/src/3rdparty/chromium/third_party/webrtc/rtc_base/system/file_wrapper.h +@@ -16,2 +16,3 @@ + ++#include + #include diff --git a/dev-qt/qtwebengine/files/qtwebengine-6.6.0-cstdint.patch b/dev-qt/qtwebengine/files/qtwebengine-6.6.0-cstdint.patch new file mode 100644 index 000000000000..a39da477ace2 --- /dev/null +++ b/dev-qt/qtwebengine/files/qtwebengine-6.6.0-cstdint.patch @@ -0,0 +1,20 @@ +Patch status: limbo, needs upstreaming + +Only manifests as an issue with gcc-13+musl which does not transitively +include cstdint / stdint.h for the int32/64_t usage. + +See also [1] which fixed this for the 87 branch in Qt5. + +[1] https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/489133 +--- a/src/3rdparty/chromium/gpu/config/gpu_driver_bug_workarounds.h ++++ b/src/3rdparty/chromium/gpu/config/gpu_driver_bug_workarounds.h +@@ -7,2 +7,3 @@ + ++#include + #include +--- a/src/3rdparty/chromium/third_party/webrtc/rtc_base/system/file_wrapper.h ++++ b/src/3rdparty/chromium/third_party/webrtc/rtc_base/system/file_wrapper.h +@@ -16,2 +16,3 @@ + ++#include + #include -- cgit v1.2.3