From fb5c5f6a1907484906387f040614c5e5fe9585a8 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Thu, 12 Sep 2024 22:25:54 -0400 Subject: dev-qt/qtwebengine: fix build with gcc+musl+USE=-jumbo Closes: https://bugs.gentoo.org/939519 Signed-off-by: Ionen Wolkens --- .../qtwebengine/files/qtwebengine-6.7.2-musl-cstdint.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 dev-qt/qtwebengine/files/qtwebengine-6.7.2-musl-cstdint.patch (limited to 'dev-qt/qtwebengine/files/qtwebengine-6.7.2-musl-cstdint.patch') diff --git a/dev-qt/qtwebengine/files/qtwebengine-6.7.2-musl-cstdint.patch b/dev-qt/qtwebengine/files/qtwebengine-6.7.2-musl-cstdint.patch new file mode 100644 index 000000000000..c654e68fa2fc --- /dev/null +++ b/dev-qt/qtwebengine/files/qtwebengine-6.7.2-musl-cstdint.patch @@ -0,0 +1,12 @@ +https://bugs.gentoo.org/939519 + +Just one more of these, should be merged with the cstdint patch +in patchset next update & ideally upstreamed eventually. +--- a/src/3rdparty/chromium/third_party/blink/public/common/page_state/page_state.h ++++ b/src/3rdparty/chromium/third_party/blink/public/common/page_state/page_state.h +@@ -6,4 +6,5 @@ + #define THIRD_PARTY_BLINK_PUBLIC_COMMON_PAGE_STATE_PAGE_STATE_H_ + ++#include + #include + #include -- cgit v1.2.3