mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
- Make existing patches apply cleanly Changelog: https://chromium.googlesource.com/chromium/src/+log/72.0.3626.121..73.0.3683.86?pretty=fuller&n=10000 Submitted by: Matthias Wolf MFH: 2019Q2
11 lines
387 B
Text
11 lines
387 B
Text
--- build/config/linux/BUILD.gn.orig 2019-03-11 22:00:52 UTC
|
|
+++ build/config/linux/BUILD.gn
|
|
@@ -28,7 +28,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" ]
|
|
}
|
|
}
|