summaryrefslogtreecommitdiff
path: root/dev-qt/qtwebengine/files/qtwebengine-6.7.2-musl-cstdint.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-qt/qtwebengine/files/qtwebengine-6.7.2-musl-cstdint.patch')
-rw-r--r--dev-qt/qtwebengine/files/qtwebengine-6.7.2-musl-cstdint.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-qt/qtwebengine/files/qtwebengine-6.7.2-musl-cstdint.patch b/dev-qt/qtwebengine/files/qtwebengine-6.7.2-musl-cstdint.patch
deleted file mode 100644
index c654e68fa2fc..000000000000
--- a/dev-qt/qtwebengine/files/qtwebengine-6.7.2-musl-cstdint.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-https://bugs.gentoo.org/939519
-
-Just one more of these, should be merged with the cstdint patch
-in patchset next update & ideally upstreamed eventually.
---- a/src/3rdparty/chromium/third_party/blink/public/common/page_state/page_state.h
-+++ b/src/3rdparty/chromium/third_party/blink/public/common/page_state/page_state.h
-@@ -6,4 +6,5 @@
- #define THIRD_PARTY_BLINK_PUBLIC_COMMON_PAGE_STATE_PAGE_STATE_H_
-
-+#include <cstdint>
- #include <string>
- #include <vector>