summaryrefslogtreecommitdiff
path: root/dev-qt/qtwebengine/files/qtwebengine-5.15.9_p20230404-gcc-13.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-qt/qtwebengine/files/qtwebengine-5.15.9_p20230404-gcc-13.patch')
-rw-r--r--dev-qt/qtwebengine/files/qtwebengine-5.15.9_p20230404-gcc-13.patch24
1 files changed, 0 insertions, 24 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
deleted file mode 100644
index 41b519b452a2..000000000000
--- a/dev-qt/qtwebengine/files/qtwebengine-5.15.9_p20230404-gcc-13.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-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_image_classifier.cc
-+++ b/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/dark_mode_image_classifier.cc
-@@ -4,6 +4,7 @@
-
- #include "third_party/blink/renderer/platform/graphics/dark_mode_image_classifier.h"
-
-+#include <cstdint>
- #include <set>
-
- #include "base/memory/singleton.h"
---- 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
-@@ -5,6 +5,8 @@
- #ifndef THIRD_PARTY_BLINK_RENDERER_PLATFORM_GRAPHICS_DARK_MODE_TYPES_H_
- #define THIRD_PARTY_BLINK_RENDERER_PLATFORM_GRAPHICS_DARK_MODE_TYPES_H_
-
-+#include <cstdint>
-+
- namespace blink {
-
- enum class DarkModeResult : uint8_t {