aboutsummaryrefslogtreecommitdiffstats
path: root/devel/electron35/files/patch-third__party_electron__node_deps_histogram_unofficial.gni
blob: e3d0c37d09f8dc32ed23655d94a7449a64805ad9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- third_party/electron_node/deps/histogram/unofficial.gni.orig	2025-02-10 16:22:55 UTC
+++ third_party/electron_node/deps/histogram/unofficial.gni
@@ -25,7 +25,7 @@ template("histogram_gn_build") {
         "-Wno-unused-function",
       ]
     }
-    if (is_linux) {
+    if (is_linux && !is_bsd) {
       libs = [ "atomic" ]
     }
   }