freebsd-ports/lang/rust182/files/patch-library_backtrace_src_backtrace_mod.rs
Jan Beich c3e06e3173 lang/rust: fork 1.82 into a pinned port
A temporary workaround for games/veloren-weekly.

PR:		283039
2024-12-01 01:52:16 +01:00

10 lines
437 B
Rust

--- library/backtrace/src/backtrace/mod.rs.orig 2021-11-29 19:27:28 UTC
+++ library/backtrace/src/backtrace/mod.rs
@@ -176,6 +176,7 @@ cfg_if::cfg_if! {
unix,
not(target_os = "emscripten"),
not(all(target_os = "ios", target_arch = "arm")),
+ not(all(target_os = "freebsd", target_arch = "riscv64")),
),
all(
target_env = "sgx",