mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
633f9296f4
Iridium is a free, open, and libre browser modification of the Chromium code base, with privacy being enhanced in several key areas. Automatic transmission of partial queries, keywords, metrics to central services is inhibited and only occurs with consent. WWW: https://iridiumbrowser.de/
11 lines
448 B
Plaintext
11 lines
448 B
Plaintext
--- 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
|