pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/rust-bin lang/rust-bin: also drop compat80 requir...
details: https://anonhg.NetBSD.org/pkgsrc/rev/359555dea24b
branches: trunk
changeset: 387149:359555dea24b
user: he <he%pkgsrc.org@localhost>
date: Sun Oct 23 21:38:28 2022 +0000
description:
lang/rust-bin: also drop compat80 requirement for armv6hf.
diffstat:
lang/rust-bin/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f381bc9fc2bc -r 359555dea24b lang/rust-bin/Makefile
--- a/lang/rust-bin/Makefile Sun Oct 23 21:24:44 2022 +0000
+++ b/lang/rust-bin/Makefile Sun Oct 23 21:38:28 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2022/10/23 14:59:31 he Exp $
+# $NetBSD: Makefile,v 1.45 2022/10/23 21:38:28 he Exp $
DISTNAME= rust-1.63.0
PKGNAME= ${DISTNAME:S/rust/rust-bin/1}
@@ -213,7 +213,7 @@
# The llvm utilities need a specific libstdc++ version from compat80
. if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} >= 090000
. if ${MACHINE_ARCH} != "aarch64" && ${MACHINE_ARCH} != "earmv7hf" && \
- ${MACHINE_ARCH} != "powerpc"
+ ${MACHINE_ARCH} != "powerpc" && ${MACHINE_ARCH} != "earmv6hf"
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