diff options
Diffstat (limited to 'devel/electron6/files/patch-services_audio_BUILD.gn')
-rw-r--r-- | devel/electron6/files/patch-services_audio_BUILD.gn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron6/files/patch-services_audio_BUILD.gn b/devel/electron6/files/patch-services_audio_BUILD.gn new file mode 100644 index 000000000000..09ec5dce8424 --- /dev/null +++ b/devel/electron6/files/patch-services_audio_BUILD.gn @@ -0,0 +1,11 @@ +--- services/audio/BUILD.gn.orig 2019-09-10 10:42:43 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", |