summaryrefslogtreecommitdiff
path: root/dev-qt/qtwebengine/files/qtwebengine-6.5.2-cstdint.patch
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2023-12-19 14:40:48 -0500
committerIonen Wolkens <ionen@gentoo.org>2023-12-19 15:31:20 -0500
commit3baa4dfa3ad0fcc3ddabccb5af583672d19a005a (patch)
tree177d8baaada3b4f559a8f1e162dca13c75d7fa1f /dev-qt/qtwebengine/files/qtwebengine-6.5.2-cstdint.patch
parent56e465c0e4745b1f7efd4b195c7040195fd9c24e (diff)
downloadgentoo-3baa4dfa3ad0fcc3ddabccb5af583672d19a005a.tar.gz
gentoo-3baa4dfa3ad0fcc3ddabccb5af583672d19a005a.tar.bz2
gentoo-3baa4dfa3ad0fcc3ddabccb5af583672d19a005a.zip
dev-qt/qtwebengine: drop 6.5.3
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-qt/qtwebengine/files/qtwebengine-6.5.2-cstdint.patch')
-rw-r--r--dev-qt/qtwebengine/files/qtwebengine-6.5.2-cstdint.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-qt/qtwebengine/files/qtwebengine-6.5.2-cstdint.patch b/dev-qt/qtwebengine/files/qtwebengine-6.5.2-cstdint.patch
deleted file mode 100644
index 7de101830553..000000000000
--- a/dev-qt/qtwebengine/files/qtwebengine-6.5.2-cstdint.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-Patch status: limbo, partially needs upstreaming
-
-Only manifests as an issue with gcc-13+musl which does not transitively
-include cstdint / stdint.h for the int32/64_t usage.
-
-Partially fixed by [1] (>=chromium-110.0.5434.0) given it removes the
-int64_t usage altogether in seed_response.h.
-
-See also [2] which fixed this for the 87 branch in Qt5.
-
-[1] https://crrev.com/01e21a077a0354d85e8359195613c2781f67a3a2
-[2] https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/489133
---- a/src/3rdparty/chromium/components/variations/seed_response.h
-+++ b/src/3rdparty/chromium/components/variations/seed_response.h
-@@ -7,2 +7,3 @@
-
-+#include <cstdint>
- #include <string>
---- a/src/3rdparty/chromium/gpu/config/gpu_driver_bug_workarounds.h
-+++ b/src/3rdparty/chromium/gpu/config/gpu_driver_bug_workarounds.h
-@@ -7,2 +7,3 @@
-
-+#include <cstdint>
- #include <vector>
---- a/src/3rdparty/chromium/third_party/webrtc/rtc_base/system/file_wrapper.h
-+++ b/src/3rdparty/chromium/third_party/webrtc/rtc_base/system/file_wrapper.h
-@@ -16,2 +16,3 @@
-
-+#include <cstdint>
- #include <string>