pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/rust-bin



Module Name:    pkgsrc
Committed By:   he
Date:           Sun Oct 23 21:38:28 UTC 2022

Modified Files:
        pkgsrc/lang/rust-bin: Makefile

Log Message:
lang/rust-bin: also drop compat80 requirement for armv6hf.


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/lang/rust-bin/Makefile

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

Modified files:

Index: pkgsrc/lang/rust-bin/Makefile
diff -u pkgsrc/lang/rust-bin/Makefile:1.44 pkgsrc/lang/rust-bin/Makefile:1.45
--- pkgsrc/lang/rust-bin/Makefile:1.44  Sun Oct 23 14:59:31 2022
+++ pkgsrc/lang/rust-bin/Makefile       Sun Oct 23 21:38:28 2022
@@ -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 @@ TOOL_DEPENDS+=              patchelf-[0-9]*:../../de
 # 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