diff options
| author | Sam James <sam@gentoo.org> | 2024-04-30 00:50:28 +0100 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2024-04-30 00:50:49 +0100 |
| commit | e209990c6d94a01863c46f3285cdd18d0ec98201 (patch) | |
| tree | 00e186da58ff33679e70623d1e828b7ea06484c7 /dev-qt/qtwebengine/files/qtwebengine-5.15.13_p20240322-ninja1.12.patch | |
| parent | dc08e03f0a50aebc5d808a3f1ecf36c7b77f71d8 (diff) | |
| download | gentoo-e209990c6d94a01863c46f3285cdd18d0ec98201.tar.gz gentoo-e209990c6d94a01863c46f3285cdd18d0ec98201.tar.bz2 gentoo-e209990c6d94a01863c46f3285cdd18d0ec98201.zip | |
dev-qt/qtwebengine: fix build w/ ninja-1.12 for qt5
Same as Ionen's patch for qt6 but with a hunk removed.
Closes: https://bugs.gentoo.org/930107
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt/qtwebengine/files/qtwebengine-5.15.13_p20240322-ninja1.12.patch')
| -rw-r--r-- | dev-qt/qtwebengine/files/qtwebengine-5.15.13_p20240322-ninja1.12.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-qt/qtwebengine/files/qtwebengine-5.15.13_p20240322-ninja1.12.patch b/dev-qt/qtwebengine/files/qtwebengine-5.15.13_p20240322-ninja1.12.patch new file mode 100644 index 000000000000..2da3dc27fab2 --- /dev/null +++ b/dev-qt/qtwebengine/files/qtwebengine-5.15.13_p20240322-ninja1.12.patch @@ -0,0 +1,23 @@ +Quoting the description from qtwebengine-6.7.0-ninja1.12.patch: +""" +Patch status: pending being looked at upstream + +Issue[1][2][3] also exist in chromium itself[4], and unclear +why this started happening only with ninja-1.12.0 at the moment. + +Just a quickfix, likely not fully correct and seems there may +be further unresolved race issues. + +[1] https://bugs.gentoo.org/930107 +[2] https://bugreports.qt.io/browse/QTBUG-124375 +[3] https://github.com/ninja-build/ninja/issues/2417 +[4] https://bugs.gentoo.org/930112 +""" + +This has a hunk removed but is otherwise the same. +--- a/src/3rdparty/chromium/content/browser/BUILD.gn ++++ b/src/3rdparty/chromium/content/browser/BUILD.gn +@@ -198,2 +198,3 @@ + "//components/services/storage/public/mojom", ++ "//components/spellcheck:buildflags", + "//components/sqlite_proto", |
