From 06a832ee8dc55cc8d53f0e49272f33594e941784 Mon Sep 17 00:00:00 2001 From: Robert Nagy Date: Wed, 30 Mar 2022 17:18:34 +0200 Subject: www/iridium: resurrect, update to 2022.03.99.1 Sync the port to www/chromium and the shared *BSD patchset This port no longer uses Python 2.7 --- www/iridium/files/patch-build_config_rust.gni | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 www/iridium/files/patch-build_config_rust.gni (limited to 'www/iridium/files/patch-build_config_rust.gni') diff --git a/www/iridium/files/patch-build_config_rust.gni b/www/iridium/files/patch-build_config_rust.gni new file mode 100644 index 000000000000..4854abb1e5f4 --- /dev/null +++ b/www/iridium/files/patch-build_config_rust.gni @@ -0,0 +1,11 @@ +--- build/config/rust.gni.orig 2022-03-28 18:11:04 UTC ++++ build/config/rust.gni +@@ -84,7 +84,7 @@ if (enable_rust) { + rust_sysroot = get_path_info(rust_sysroot_absolute, "abspath") + use_unverified_rust_toolchain = true + } else { +- if (host_os != "linux") { ++ if (host_os != "linux" && host_os != "openbsd" && host_os != "freebsd") { + assert( + false, + "Attempt to use standard Rust toolchain on an unsupported platform") -- cgit v1.2.3