diff options
author | Robert Nagy <rnagy@FreeBSD.org> | 2023-07-17 10:45:06 +0200 |
---|---|---|
committer | Robert Nagy <rnagy@FreeBSD.org> | 2023-07-20 16:47:21 +0200 |
commit | 63cf4694e3164011515586e8ff7d0c9ac675999c (patch) | |
tree | cc728b4b0bc8894bde7a1c92ebd73eea6c361970 /www/chromium/files/patch-build_config_rust.gni | |
parent | Drop maintainership of ports (diff) |
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
Diffstat (limited to 'www/chromium/files/patch-build_config_rust.gni')
-rw-r--r-- | www/chromium/files/patch-build_config_rust.gni | 11 |
1 files changed, 0 insertions, 11 deletions
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") - } |