From 63cf4694e3164011515586e8ff7d0c9ac675999c Mon Sep 17 00:00:00 2001 From: Robert Nagy Date: Mon, 17 Jul 2023 10:45:06 +0200 Subject: www/chromium: update to 115.0.5790.98 Approved by: rene (mentor, implicit) Security: https://vuxml.freebsd.org/freebsd/2f22927f-26ea-11ee-8290-a8a1599412c6.html --- www/chromium/files/patch-build_config_rust.gni | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 www/chromium/files/patch-build_config_rust.gni (limited to 'www/chromium/files/patch-build_config_rust.gni') diff --git a/www/chromium/files/patch-build_config_rust.gni b/www/chromium/files/patch-build_config_rust.gni deleted file mode 100644 index 19d053b81726..000000000000 --- a/www/chromium/files/patch-build_config_rust.gni +++ /dev/null @@ -1,11 +0,0 @@ ---- build/config/rust.gni.orig 2023-05-31 08:12:17 UTC -+++ build/config/rust.gni -@@ -170,7 +170,7 @@ if (enable_rust) { - rust_sysroot = "//third_party/rust-toolchain" - use_unverified_rust_toolchain = false - } else { -- if (host_os != "linux") { -+ if (host_os != "linux" && host_os != "openbsd" && host_os != "freebsd") { - assert(false, - "Attempt to use Android Rust toolchain on an unsupported platform") - } -- cgit v1.2.3