diff options
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) { |