diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2025-04-04 15:12:44 +0200 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2025-04-04 15:13:28 +0200 |
commit | a5a09ef6c1deb58cbb95f4d027fe688253689b70 (patch) | |
tree | 8ab8414db51a4e65e1a8fc8fff27cfbd0d9c5ff2 /www/deno/files/patch-build_config_BUILD.gn | |
parent | www/dooble: Update 2025.03.27 => 2025.04.02 (diff) |
www/deno: Update to 2.2.5
Obtained from: OpenBSD
Diffstat (limited to 'www/deno/files/patch-build_config_BUILD.gn')
-rw-r--r-- | www/deno/files/patch-build_config_BUILD.gn | 28 |
1 files changed, 18 insertions, 10 deletions
diff --git a/www/deno/files/patch-build_config_BUILD.gn b/www/deno/files/patch-build_config_BUILD.gn index 33975e68c150..5af1697ec056 100644 --- a/www/deno/files/patch-build_config_BUILD.gn +++ b/www/deno/files/patch-build_config_BUILD.gn @@ -1,13 +1,21 @@ ---- cargo-crates/v8-134.4.0/build/config/BUILD.gn.orig 2024-07-30 11:12:21 UTC -+++ cargo-crates/v8-134.4.0/build/config/BUILD.gn -@@ -213,6 +213,10 @@ config("default_libs") { - # Targets should choose to explicitly link frameworks they require. Since - # linking can have run-time side effects, nothing should be listed here. +--- cargo-crates/v8-135.0.0/build/config/BUILD.gn.orig 2024-07-30 11:12:21 UTC ++++ cargo-crates/v8-135.0.0/build/config/BUILD.gn +@@ -123,7 +123,7 @@ config("debug") { + # builds, and we have to tell it to turn it off. + defines += [ "_HAS_ITERATOR_DEBUGGING=0" ] + } +- } else if ((is_linux || is_chromeos) && current_cpu == "x64" && ++ } else if ((is_linux || is_bsd || is_chromeos) && current_cpu == "x64" && + enable_iterator_debugging) { + # Enable libstdc++ debugging facilities to help catch problems early, see + # http://crbug.com/65151 . +@@ -217,9 +217,7 @@ config("default_libs") { libs = [] -+ } else if (is_bsd) { -+ libs = [ -+ "pthread", -+ ] } else if (is_linux || is_chromeos) { libs = [ - "dl", +- "dl", + "pthread", +- "rt", + ] + } + } |