aboutsummaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-services_service__manager_BUILD.gn
blob: 28c441c81eccc233643e9e915d3bb3297232ac5f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- services/service_manager/BUILD.gn.orig	2022-10-01 07:40:07 UTC
+++ services/service_manager/BUILD.gn
@@ -67,7 +67,7 @@ source_set("service_manager") {
     ]
   }
 
-  if (is_linux || is_chromeos) {
+  if ((is_linux || is_chromeos) && !is_bsd) {
     deps += [ "//sandbox/linux:sandbox_services" ]
   }
 }