summaryrefslogtreecommitdiff
path: root/devel/electron5/files/patch-build_config_linux_BUILD.gn
blob: 6fd924842d10edaf89d6150dda5a29668e3de36a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- build/config/linux/BUILD.gn.orig	2019-04-08 08:18:04 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" ]
   }
 }