pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

rust177-bin: don't need (or have) compat80 for aarch64eb.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Tue Apr 9 19:24:21 2024 +0000
Changeset:	124fc66f3f3e9f5566037875899911babe766493

Modified Files:
	rust177-bin/Makefile

Log Message:
rust177-bin: don't need (or have) compat80 for aarch64eb.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=124fc66f3f3e9f5566037875899911babe766493

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 rust177-bin/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/rust177-bin/Makefile b/rust177-bin/Makefile
index 750150c57a..24122fc821 100644
--- a/rust177-bin/Makefile
+++ b/rust177-bin/Makefile
@@ -248,7 +248,7 @@ TOOL_DEPENDS+=		patchelf-[0-9]*:../../devel/patchelf
 .  if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} >= 090000
 .    if ${MACHINE_ARCH} != "aarch64" && ${MACHINE_ARCH} != "earmv7hf" && \
         ${MACHINE_ARCH} != "powerpc" && ${MACHINE_ARCH} != "earmv6hf" && \
-        ${MACHINE_ARCH} != "riscv64"
+        ${MACHINE_ARCH} != "riscv64" && ${MACHINE_ARCH} != "aarch64eb"
 DEPENDS+=		compat80-[0-9]*:../../emulators/compat80
 RUST_LLVM_RPATH=	${PREFIX}/emul/netbsd/usr/lib:${PREFIX}/lib
 FORCE_RPATH=


Home | Main Index | Thread Index | Old Index