summaryrefslogtreecommitdiff
path: root/dev-qt/qtwebengine/files
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2025-09-09 00:59:02 -0400
committerIonen Wolkens <ionen@gentoo.org>2025-09-09 06:29:35 -0400
commit6206c47e08564e4f6fe8721b7941d714ede778c7 (patch)
treea0ca485a2229e525bb421ac0cb34f6d27dfd9f32 /dev-qt/qtwebengine/files
parentf42bf766275e2e26643b183ceb19052a073481a7 (diff)
downloadgentoo-6206c47e08564e4f6fe8721b7941d714ede778c7.tar.gz
gentoo-6206c47e08564e4f6fe8721b7941d714ede778c7.tar.bz2
gentoo-6206c47e08564e4f6fe8721b7941d714ede778c7.zip
dev-qt/qtwebengine: drop unused patch
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-qt/qtwebengine/files')
-rw-r--r--dev-qt/qtwebengine/files/qtwebengine-6.8.1-aarch64-xnnpack.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-qt/qtwebengine/files/qtwebengine-6.8.1-aarch64-xnnpack.patch b/dev-qt/qtwebengine/files/qtwebengine-6.8.1-aarch64-xnnpack.patch
deleted file mode 100644
index 033934a2dc5b..000000000000
--- a/dev-qt/qtwebengine/files/qtwebengine-6.8.1-aarch64-xnnpack.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Patch status: *seems* fixed in Qt 6.9+
-
-Temporary (lame) workaround for [1] given backporting[2] (which
-is believed to be the fix) does not seem trivial. A better fix
-is welcome if have one and can test it, but otherwise this can
-likely be removed in Qt 6.9.0.
-
-[1] https://bugs.gentoo.org/945843
-[2] https://github.com/google/XNNPACK/pull/1789
---- a/src/3rdparty/chromium/third_party/xnnpack/BUILD.gn
-+++ b/src/3rdparty/chromium/third_party/xnnpack/BUILD.gn
-@@ -27,4 +27,5 @@
-
-+ cflags = [ "-Wno-error=incompatible-pointer-types" ]
- if (is_clang || !is_win) {
-- cflags = [
-+ cflags += [
- "-Wno-unused-function",