diff options
| author | Ionen Wolkens <ionen@gentoo.org> | 2025-10-09 01:26:05 -0400 |
|---|---|---|
| committer | Ionen Wolkens <ionen@gentoo.org> | 2025-10-09 01:35:01 -0400 |
| commit | cbe6f80a508ac9d19d200f1419216d2a1a347ef0 (patch) | |
| tree | bf4dcc51b42371e501a45a98303e8de3c2f85038 /dev-qt/qtwebengine/files/qtwebengine-6.9.3-stdint.patch | |
| parent | 837819a64bf7fba5517d586028eee72bb8d18a03 (diff) | |
| download | gentoo-cbe6f80a508ac9d19d200f1419216d2a1a347ef0.tar.gz gentoo-cbe6f80a508ac9d19d200f1419216d2a1a347ef0.tar.bz2 gentoo-cbe6f80a508ac9d19d200f1419216d2a1a347ef0.zip | |
dev-qt/qtwebengine: add missing stdint include
Haven't tested building, but it is missing either way and shouldn't be.
Won't bother updating patchset over this until need to pull in more
changes if ever (already fixed in 6.10.0 w/ chromium-134.x which has
become more concious of these).
Closes: https://bugs.gentoo.org/963965
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-qt/qtwebengine/files/qtwebengine-6.9.3-stdint.patch')
| -rw-r--r-- | dev-qt/qtwebengine/files/qtwebengine-6.9.3-stdint.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-qt/qtwebengine/files/qtwebengine-6.9.3-stdint.patch b/dev-qt/qtwebengine/files/qtwebengine-6.9.3-stdint.patch new file mode 100644 index 000000000000..fd4b08dbc8e6 --- /dev/null +++ b/dev-qt/qtwebengine/files/qtwebengine-6.9.3-stdint.patch @@ -0,0 +1,10 @@ +Patch status: fixed in Qt 6.10.0 + +https://bugs.gentoo.org/963965 +https://crrev.com/9601031014144758140fd38a942bce4090ce5c31 +--- a/src/3rdparty/chromium/extensions/common/stack_frame.h ++++ b/src/3rdparty/chromium/extensions/common/stack_frame.h +@@ -8,2 +8,3 @@ + #include <stddef.h> ++#include <stdint.h> + |
