summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-qt/qtwebengine/files/qtwebengine-6.9.3-stdint.patch10
-rw-r--r--dev-qt/qtwebengine/qtwebengine-6.9.3.ebuild1
2 files changed, 11 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>
+
diff --git a/dev-qt/qtwebengine/qtwebengine-6.9.3.ebuild b/dev-qt/qtwebengine/qtwebengine-6.9.3.ebuild
index 37c95ee46d98..d2173e53e84f 100644
--- a/dev-qt/qtwebengine/qtwebengine-6.9.3.ebuild
+++ b/dev-qt/qtwebengine/qtwebengine-6.9.3.ebuild
@@ -109,6 +109,7 @@ PATCHES=( "${WORKDIR}"/patches/${PN} )
PATCHES+=(
# add extras as needed here, may merge in set if carries across versions
"${FILESDIR}"/${PN}-6.9.3-QTBUG-139424.patch
+ "${FILESDIR}"/${PN}-6.9.3-stdint.patch
)
python_check_deps() {