summaryrefslogtreecommitdiff
path: root/devel/electron7/files/patch-services_audio_BUILD.gn
blob: d1afff7b92aacbf911ff5e24f369be9e91d55765 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- services/audio/BUILD.gn.orig	2019-12-12 12:39:56 UTC
+++ services/audio/BUILD.gn
@@ -99,7 +99,7 @@ source_set("lib") {
     "//services/service_manager/sandbox:sandbox",
   ]
 
-  if (is_linux) {
+  if ((is_linux) && (!is_bsd)) {
     sources += [
       "audio_sandbox_hook_linux.cc",
       "audio_sandbox_hook_linux.h",