aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2024-05-11 04:03:51 +0000
committerJason E. Hale <jhale@FreeBSD.org>2024-05-15 04:16:11 +0000
commit601ee778fe0f8cf0fba8685757a7afca63c37691 (patch)
tree489b34909a2d5e1dfbbf4772ea38beaffd8c2de9
parent923eae5c85ec6db32f326d9e32acfd605b10087b (diff)
downloadports-601ee778fe0f8cf0fba8685757a7afca63c37691.tar.gz
ports-601ee778fe0f8cf0fba8685757a7afca63c37691.zip
www/qt5-webengine: Fix build with ninja 1.12.0
Fix race conditions where generated headers are not created before they are needed in the build. PR: 278693
-rw-r--r--www/qt5-webengine/files/patch-src_3rdparty_chromium_content_browser_BUILD.gn32
1 files changed, 24 insertions, 8 deletions
diff --git a/www/qt5-webengine/files/patch-src_3rdparty_chromium_content_browser_BUILD.gn b/www/qt5-webengine/files/patch-src_3rdparty_chromium_content_browser_BUILD.gn
index f30e7619d0fe..f46db9015e19 100644
--- a/www/qt5-webengine/files/patch-src_3rdparty_chromium_content_browser_BUILD.gn
+++ b/www/qt5-webengine/files/patch-src_3rdparty_chromium_content_browser_BUILD.gn
@@ -1,9 +1,27 @@
---- src/3rdparty/chromium/content/browser/BUILD.gn.orig 2021-12-15 16:12:54 UTC
+--- src/3rdparty/chromium/content/browser/BUILD.gn.orig 2024-03-26 14:47:34 UTC
+++ src/3rdparty/chromium/content/browser/BUILD.gn
-@@ -2090,6 +2090,15 @@ jumbo_static_library("browser") {
+@@ -9,6 +9,7 @@ import("//chromeos/assistant/assistant.gni")
+ import("//build/config/linux/pangocairo/pangocairo.gni")
+ import("//build/config/ui.gni")
+ import("//chromeos/assistant/assistant.gni")
++import("//components/spellcheck/spellcheck_build_features.gni")
+ import("//components/ui_devtools/devtools.gni")
+ import("//content/common/features.gni")
+ import("//content/public/common/zygote/features.gni")
+@@ -166,6 +167,7 @@ jumbo_static_library("browser") {
+ "//components/services/storage/dom_storage:local_storage_proto",
+ "//components/services/storage/public/cpp",
+ "//components/services/storage/public/mojom",
++ "//components/spellcheck:buildflags",
+ "//components/system_media_controls",
+ "//components/tracing:startup_tracing",
+ "//components/ui_devtools",
+@@ -2088,6 +2090,15 @@ jumbo_static_library("browser") {
+ if (is_desktop_linux && enable_web_speech) {
+ sources += [ "speech/tts_linux.cc" ]
deps += [ "//third_party/speech-dispatcher" ]
- }
-
++ }
++
+ if (is_bsd) {
+ sources -= [
+ "sandbox_host_linux.cc",
@@ -11,8 +29,6 @@
+ "sandbox_ipc_linux.cc",
+ "sandbox_ipc_linux.h",
+ ]
-+ }
-+
+ }
+
# ChromeOS also defines linux but their memory-monitors conflict.
- if (is_chromeos) {
- sources += [