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..70f637ed927f
--- /dev/null
+++ b/www/chromium/files/patch-sandbox_BUILD.gn
@@ -0,0 +1,11 @@
+--- sandbox/BUILD.gn.orig 2017-08-02 15:41:12.498502000 +0200
++++ sandbox/BUILD.gn 2017-08-02 15:42:43.975385000 +0200
+@@ -24,7 +24,7 @@
+ "//sandbox/mac:sandbox",
+ "//sandbox/mac:seatbelt",
+ ]
+- } else if (is_linux || is_android) {
++ } else if ((is_linux && !is_bsd) || is_android) {
+ public_deps = [
+ "//sandbox/linux:sandbox",
+ ]