summaryrefslogtreecommitdiff
path: root/devel/electron6/files/patch-sandbox_features.gni
blob: fb07624e991260cb3549a1bccc70d4371b1ab928 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- sandbox/features.gni.orig	2019-09-10 10:42:43 UTC
+++ sandbox/features.gni
@@ -12,6 +12,6 @@ use_seccomp_bpf =
     (is_linux || is_android) &&
     (current_cpu == "x86" || current_cpu == "x64" || current_cpu == "arm" ||
      current_cpu == "arm64" || current_cpu == "mipsel" ||
-     current_cpu == "mips64el")
+     current_cpu == "mips64el") && !is_bsd
 
 use_seccomp_bpf = use_seccomp_bpf || is_nacl_nonsfi