diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2022-11-19 10:26:13 +0100 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2022-11-19 12:26:51 +0100 |
commit | bbe39ca3d74a4a7762a5f1145cd7abb87b02b59f (patch) | |
tree | 4601ef700b898ad0b88ddd94c72a7eb972c26916 /www/deno/files/patch-cli_build.rs | |
parent | print/py-uharfbuzz: Update BUILD_DEPENDS after 644e2a562cc75a56118e4f01fd26f4... (diff) |
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
Diffstat (limited to 'www/deno/files/patch-cli_build.rs')
-rw-r--r-- | www/deno/files/patch-cli_build.rs | 15 |
1 files changed, 15 insertions, 0 deletions
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(); + |