From f5538d2b59e2455025ff118f8a7598d8a9211d83 Mon Sep 17 00:00:00 2001 From: Mikael Urankar Date: Tue, 9 Jan 2024 14:35:56 +0100 Subject: [PATCH] lang/rust: Fix REINPLACE_CMD with PORT_LLVM option on PR: 276033 Reported by: Ale --- lang/rust/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/rust/Makefile b/lang/rust/Makefile index 878032a2d913b..2b5cba0e1ae8c 100644 --- a/lang/rust/Makefile +++ b/lang/rust/Makefile @@ -159,7 +159,7 @@ post-patch: post-patch-PORT_LLVM-on: # WASM target hardcodes bundled lld @${REINPLACE_CMD} 's|"rust-lld"|"wasm-ld${LLVM_VERSION}"|' \ - ${WRKSRC}/compiler/rustc_target/src/spec/wasm_base.rs + ${WRKSRC}/compiler/rustc_target/src/spec/base/wasm.rs do-configure: # Check that the running kernel has COMPAT_FREEBSD11 required by lang/rust post-ino64