aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-sandbox_BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-sandbox_BUILD.gn')
-rw-r--r--www/chromium/files/patch-sandbox_BUILD.gn11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/chromium/files/patch-sandbox_BUILD.gn b/www/chromium/files/patch-sandbox_BUILD.gn
new file mode 100644
index 000000000000..5a4a1d9de2ae
--- /dev/null
+++ b/www/chromium/files/patch-sandbox_BUILD.gn
@@ -0,0 +1,11 @@
+--- sandbox/BUILD.gn.orig 2020-11-17 10:04:06 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" ]
+ }
+ }