ports/www/chromium/patches/patch-build_config_linux_BUILD_gn

13 lines
398 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: build/config/linux/BUILD.gn
--- build/config/linux/BUILD.gn.orig
+++ 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" ]
}
}