1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/www/iridium/files/patch-sandbox_features.gni

11 lines
448 B
Plaintext
Raw Normal View History

--- sandbox/features.gni.orig 2017-04-19 19:06:37 UTC
+++ sandbox/features.gni
@@ -11,6 +11,6 @@ import("//build/config/nacl/config.gni")
use_seccomp_bpf =
(is_linux || is_android) &&
(current_cpu == "x86" || current_cpu == "x64" || current_cpu == "arm" ||
- current_cpu == "arm64" || current_cpu == "mipsel")
+ current_cpu == "arm64" || current_cpu == "mipsel") && !is_bsd
use_seccomp_bpf = use_seccomp_bpf || is_nacl_nonsfi