diff options
Diffstat (limited to 'devel/electron13/files/patch-sandbox_BUILD.gn')
-rw-r--r-- | devel/electron13/files/patch-sandbox_BUILD.gn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron13/files/patch-sandbox_BUILD.gn b/devel/electron13/files/patch-sandbox_BUILD.gn new file mode 100644 index 000000000000..60378f945ddf --- /dev/null +++ b/devel/electron13/files/patch-sandbox_BUILD.gn @@ -0,0 +1,11 @@ +--- sandbox/BUILD.gn.orig 2021-01-07 00:36:39 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_chromeos || is_android) && !is_bsd) { + public_deps = [ "//sandbox/linux:sandbox" ] + } + } |