summaryrefslogtreecommitdiff
path: root/dev-qt/qtwebengine/files
diff options
context:
space:
mode:
Diffstat (limited to 'dev-qt/qtwebengine/files')
-rw-r--r--dev-qt/qtwebengine/files/qtwebengine-5.15.9_p20230404-gcc-13.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-qt/qtwebengine/files/qtwebengine-5.15.9_p20230404-gcc-13.patch b/dev-qt/qtwebengine/files/qtwebengine-5.15.9_p20230404-gcc-13.patch
new file mode 100644
index 000000000000..af925558b1f7
--- /dev/null
+++ b/dev-qt/qtwebengine/files/qtwebengine-5.15.9_p20230404-gcc-13.patch
@@ -0,0 +1,14 @@
+This is on top of the GCC 13 patches in our patchset.
+
+https://bugs.gentoo.org/904342
+--- a/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/dark_mode_types.h
++++ b/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/dark_mode_types.h
+@@ -7,6 +7,8 @@
+
+ namespace blink {
+
++#include <cstdint>
++
+ enum class DarkModeResult : uint8_t {
+ kDoNotApplyFilter,
+ kApplyFilter,