aboutsummaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-sandbox_BUILD.gn
blob: fd26bf977f32084eaeadea828cb547389d975a37 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- sandbox/BUILD.gn.orig	2022-10-01 07:40:07 UTC
+++ sandbox/BUILD.gn
@@ -49,7 +49,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" ]
   }
 }