diff options
| author | Ionen Wolkens <ionen@gentoo.org> | 2024-09-12 22:25:54 -0400 |
|---|---|---|
| committer | Ionen Wolkens <ionen@gentoo.org> | 2024-09-12 22:44:45 -0400 |
| commit | fb5c5f6a1907484906387f040614c5e5fe9585a8 (patch) | |
| tree | fbb053b12dee07a754c0e59e6c9543429c25cf64 /dev-qt/qtwebengine/files/qtwebengine-6.7.2-musl-cstdint.patch | |
| parent | 55defea75bda979caf6faf98b3e5e97fafa53dcd (diff) | |
| download | gentoo-fb5c5f6a1907484906387f040614c5e5fe9585a8.tar.gz gentoo-fb5c5f6a1907484906387f040614c5e5fe9585a8.tar.bz2 gentoo-fb5c5f6a1907484906387f040614c5e5fe9585a8.zip | |
dev-qt/qtwebengine: fix build with gcc+musl+USE=-jumbo
Closes: https://bugs.gentoo.org/939519
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-qt/qtwebengine/files/qtwebengine-6.7.2-musl-cstdint.patch')
| -rw-r--r-- | dev-qt/qtwebengine/files/qtwebengine-6.7.2-musl-cstdint.patch | 12 |
1 files changed, 12 insertions, 0 deletions
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 <cstdint> + #include <string> + #include <vector> |
