diff options
Diffstat (limited to 'www/chromium-uc/patches/patch-sandbox_features_gni')
| -rw-r--r-- | www/chromium-uc/patches/patch-sandbox_features_gni | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/www/chromium-uc/patches/patch-sandbox_features_gni b/www/chromium-uc/patches/patch-sandbox_features_gni deleted file mode 100644 index d8fff92..0000000 --- a/www/chromium-uc/patches/patch-sandbox_features_gni +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 1 | $OpenBSD: patch-sandbox_features_gni,v 1.5 2020/10/22 13:52:54 robert Exp $ | ||
| 2 | |||
| 3 | Index: sandbox/features.gni | ||
| 4 | --- sandbox/features.gni.orig | ||
| 5 | +++ sandbox/features.gni | ||
| 6 | @@ -11,7 +11,7 @@ import("//build/config/nacl/config.gni") | ||
| 7 | use_seccomp_bpf = (is_linux || is_chromeos || is_android) && | ||
| 8 | (current_cpu == "x86" || current_cpu == "x64" || | ||
| 9 | current_cpu == "arm" || current_cpu == "arm64" || | ||
| 10 | - current_cpu == "mipsel" || current_cpu == "mips64el") | ||
| 11 | + current_cpu == "mipsel" || current_cpu == "mips64el") && !is_openbsd | ||
| 12 | |||
| 13 | use_seccomp_bpf = use_seccomp_bpf || is_nacl_nonsfi | ||
| 14 | |||
