Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/qt5-webengine/qtwebengine-everywhere-src-5.15.0-gcc10-patches.patch
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-05-19 12:14:41 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-05-19 12:14:41 +0200
commitb47f38d0ae7eceef8f1c8a37f6384e478c292eb5 (patch)
tree77a6cb7da87cea148ff9459ac9373facddd88959 /extra/qt5-webengine/qtwebengine-everywhere-src-5.15.0-gcc10-patches.patch
parent9428209822a8f0ef0f20b6117c9144635c849821 (diff)
extra/qt5-webengine: remove seccomp and gcc10 cstdint patching (is fixed upstream)
Diffstat (limited to 'extra/qt5-webengine/qtwebengine-everywhere-src-5.15.0-gcc10-patches.patch')
-rw-r--r--extra/qt5-webengine/qtwebengine-everywhere-src-5.15.0-gcc10-patches.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/extra/qt5-webengine/qtwebengine-everywhere-src-5.15.0-gcc10-patches.patch b/extra/qt5-webengine/qtwebengine-everywhere-src-5.15.0-gcc10-patches.patch
deleted file mode 100644
index 2db3d074..00000000
--- a/extra/qt5-webengine/qtwebengine-everywhere-src-5.15.0-gcc10-patches.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- qtwebengine-everywhere-src-5.15.0/src/3rdparty/chromium/third_party/webrtc/modules/video_coding/decoding_state.h 2020-05-06 16:21:29.000000000 +0200
-+++ qtwebengine-everywhere-src-5.15.0-gcc10-patches-patch/src/3rdparty/chromium/third_party/webrtc/modules/video_coding/decoding_state.h 2020-06-04 12:07:20.407353742 +0200
-@@ -13,6 +13,7 @@
-
- #include <map>
- #include <set>
-+#include <cstdint>
- #include <vector>
-
- namespace webrtc {