summaryrefslogtreecommitdiff
path: root/devel/electron18/files/patch-sandbox_BUILD.gn
blob: 058e63d7c7cf5470f21a58a2875ecbf87d2a4297 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- sandbox/BUILD.gn.orig	2022-05-11 07:16:54 UTC
+++ sandbox/BUILD.gn
@@ -27,7 +27,7 @@ group("sandbox") {
       "//sandbox/mac:system_services",
       "//sandbox/mac/mojom",
     ]
-  } else if (is_linux || is_chromeos || is_android) {
+  } else if ((is_linux && !is_bsd) || is_chromeos || is_android) {
     public_deps = [ "//sandbox/linux:sandbox" ]
   }
 }