diff options
Diffstat (limited to 'www/ungoogled-chromium/files/patch-build_config_BUILDCONFIG.gn')
| -rw-r--r-- | www/ungoogled-chromium/files/patch-build_config_BUILDCONFIG.gn | 14 | 
1 files changed, 7 insertions, 7 deletions
| diff --git a/www/ungoogled-chromium/files/patch-build_config_BUILDCONFIG.gn b/www/ungoogled-chromium/files/patch-build_config_BUILDCONFIG.gn index 1301100bc60a..13041f6ca9c8 100644 --- a/www/ungoogled-chromium/files/patch-build_config_BUILDCONFIG.gn +++ b/www/ungoogled-chromium/files/patch-build_config_BUILDCONFIG.gn @@ -1,4 +1,4 @@ ---- build/config/BUILDCONFIG.gn.orig	2025-05-06 12:23:00 UTC +--- build/config/BUILDCONFIG.gn.orig	2025-10-21 16:57:35 UTC  +++ build/config/BUILDCONFIG.gn  @@ -136,7 +136,8 @@ declare_args() {     is_official_build = false @@ -21,16 +21,16 @@     } else {       assert(false, "Unsupported host_os: $host_os")     } -@@ -279,6 +284,8 @@ if (target_os == "android") { -   _default_toolchain = "//build/toolchain/aix:$target_cpu" - } else if (target_os == "zos") { -   _default_toolchain = "//build/toolchain/zos:$target_cpu" +@@ -284,6 +289,8 @@ if (target_os == "android") { +   assert( +       false, +       "emscripten is not a supported target_os. It is available only as secondary toolchain.")  +} else if (target_os == "openbsd" || target_os == "freebsd") {  +  _default_toolchain = host_toolchain   } else {     assert(false, "Unsupported target_os: $target_os")   } -@@ -313,7 +320,11 @@ is_android = current_os == "android" +@@ -318,7 +325,11 @@ is_android = current_os == "android"   is_chromeos = current_os == "chromeos"   is_fuchsia = current_os == "fuchsia"   is_ios = current_os == "ios" @@ -41,5 +41,5 @@  +is_freebsd = current_os == "freebsd"  +is_bsd = current_os == "openbsd" || current_os == "freebsd"   is_mac = current_os == "mac" - is_nacl = current_os == "nacl"   is_wasm = current_os == "emscripten" + is_watchos = current_os == "watchos" | 
