diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-10-15 18:16:56 +0200 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-10-15 13:10:23 -0400 |
commit | bcb02840c25c7d8e2a5250605c034304e695d7ca (patch) | |
tree | a036e33bb595d056fadfc9b5667e0bc4bfd062be /dev-qt | |
parent | package.mask: Last rite old dev-python/{jupyterlab,notebook} revdeps (diff) | |
download | gentoo-bcb02840c25c7d8e2a5250605c034304e695d7ca.tar.gz gentoo-bcb02840c25c7d8e2a5250605c034304e695d7ca.tar.bz2 gentoo-bcb02840c25c7d8e2a5250605c034304e695d7ca.zip |
dev-qt/qtwebengine: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/33349
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtwebengine/files/qtwebengine-6.6.0-cstdint.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-qt/qtwebengine/files/qtwebengine-6.6.0-cstdint.patch b/dev-qt/qtwebengine/files/qtwebengine-6.6.0-cstdint.patch deleted file mode 100644 index a39da477ace2..000000000000 --- a/dev-qt/qtwebengine/files/qtwebengine-6.6.0-cstdint.patch +++ /dev/null @@ -1,20 +0,0 @@ -Patch status: limbo, 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. - -See also [1] which fixed this for the 87 branch in Qt5. - -[1] https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/489133 ---- 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> |