pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
rust191: fix make syntax by adding line continuation.
Module Name: pkgsrc-wip
Committed By: Havard Eidnes <he%NetBSD.org@localhost>
Pushed By: he
Date: Sat Nov 8 09:19:32 2025 +0000
Changeset: b688a37e23ca9992475b17d72d2877969dd5c00f
Modified Files:
rust191/options.mk
Log Message:
rust191: fix make syntax by adding line continuation.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b688a37e23ca9992475b17d72d2877969dd5c00f
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
rust191/options.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/rust191/options.mk b/rust191/options.mk
index 2d6bd13f99..b56662bf9c 100644
--- a/rust191/options.mk
+++ b/rust191/options.mk
@@ -94,7 +94,7 @@ BUILDLINK_API_DEPENDS.curl+= curl>=7.67.0
# where the linking of rust-analyzer fails because it's now too big
# for 24-bit word-based PC-relative relocation offsets.
# Apply on or for powerpc:
-.if ${MACHINE_PLATFORM:M*-powerpc} ||
+.if ${MACHINE_PLATFORM:M*-powerpc} || \
(!empty(TARGET) && ${TARGET:Mpowerpc-*})
CONFIGURE_ARGS+= --tools="cargo,clippy,rustdoc,rustfmt,analysis,src,wasm-component-ld"
# rust-analyzer dropped from list
Home |
Main Index |
Thread Index |
Old Index