diff options
author | Robert Nagy <rnagy@FreeBSD.org> | 2025-09-10 21:57:03 +0200 |
---|---|---|
committer | Robert Nagy <rnagy@FreeBSD.org> | 2025-09-10 21:57:28 +0200 |
commit | 811ed90b28e7c1fc36661e3456c4317a5b26f4ac (patch) | |
tree | eda9836cc6d82ebc4df78ac4463cf1ca277511e5 /www/ungoogled-chromium/files/patch-build_nocompile.gni | |
parent | sysutils/rust-coreutils: remove not necessary lines from Makefile.crates (diff) |
www/ungoogled-chromium: update to 140.0.7339.80
Security: https://vuxml.freebsd.org/freebsd/bda50cf1-8bcf-11f0-b3f7-a8a1599412c6.html
Diffstat (limited to 'www/ungoogled-chromium/files/patch-build_nocompile.gni')
-rw-r--r-- | www/ungoogled-chromium/files/patch-build_nocompile.gni | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/ungoogled-chromium/files/patch-build_nocompile.gni b/www/ungoogled-chromium/files/patch-build_nocompile.gni deleted file mode 100644 index 87e02640ac1a..000000000000 --- a/www/ungoogled-chromium/files/patch-build_nocompile.gni +++ /dev/null @@ -1,11 +0,0 @@ ---- build/nocompile.gni.orig 2025-02-20 09:59:21 UTC -+++ build/nocompile.gni -@@ -55,7 +55,7 @@ if (is_win) { - } - - declare_args() { -- enable_nocompile_tests = is_clang && !is_nacl -+ enable_nocompile_tests = is_clang && !is_nacl && !is_bsd - } - - if (enable_nocompile_tests) { |