summaryrefslogtreecommitdiff
path: root/dev-qt/qtwebengine/files/qtwebengine-6.9.3-stdint.patch
diff options
context:
space:
mode:
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.patch10
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>
+