From bbe39ca3d74a4a7762a5f1145cd7abb87b02b59f Mon Sep 17 00:00:00 2001 From: Mikael Urankar Date: Sat, 19 Nov 2022 10:26:13 +0100 Subject: www/deno: Update to 1.28.1 Changes: https://github.com/denoland/deno/releases/tag/v1.26.2 https://github.com/denoland/deno/releases/tag/v1.27.0 https://github.com/denoland/deno/releases/tag/v1.27.1 https://github.com/denoland/deno/releases/tag/v1.27.2 https://github.com/denoland/deno/releases/tag/v1.28.0 https://github.com/denoland/deno/releases/tag/v1.28.1 --- www/deno/files/patch-cli_build.rs | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 www/deno/files/patch-cli_build.rs (limited to 'www/deno/files/patch-cli_build.rs') diff --git a/www/deno/files/patch-cli_build.rs b/www/deno/files/patch-cli_build.rs new file mode 100644 index 000000000000..f4a32c0f2ea1 --- /dev/null +++ b/www/deno/files/patch-cli_build.rs @@ -0,0 +1,15 @@ +--- cli/build.rs.orig 2022-10-26 10:26:25 UTC ++++ cli/build.rs +@@ -370,6 +370,12 @@ fn main() { + } + } + ++ #[cfg(target_os = "freebsd")] ++ println!( ++ "cargo:rustc-link-arg-bin=deno=-Wl,--export-dynamic-symbol={}", ++ symbols_path.display() ++ ); ++ + // To debug snapshot issues uncomment: + // op_fetch_asset::trace_serializer(); + -- cgit v1.2.3