ports/www/chromium/files/patch-build_config_linux_BUILD.gn
Robert Nagy 6dc209ad0a www/chromium: update to 102.0.5005.61
Security:	40e2c35e-db99-11ec-b0cf-3065ec8fd3ec
2022-05-24 21:51:52 +02:00

11 lines
387 B
Text

--- build/config/linux/BUILD.gn.orig 2022-05-19 14:06:27 UTC
+++ build/config/linux/BUILD.gn
@@ -41,7 +41,7 @@ config("runtime_library") {
}
if ((!is_chromeos || default_toolchain != "//build/toolchain/cros:target") &&
- (!use_custom_libcxx || current_cpu == "mipsel")) {
+ (!use_custom_libcxx || current_cpu == "mipsel") && !is_bsd) {
libs = [ "atomic" ]
}
}