Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/rust Restrict MAKE_JOBS_SAFE=no to older-than-cur...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/71bf2b4594e8
branches:  trunk
changeset: 432397:71bf2b4594e8
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu May 21 19:47:54 2020 +0000

description:
Restrict MAKE_JOBS_SAFE=no to older-than-current NetBSD.

diffstat:

 lang/rust/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r bed1c317b6c7 -r 71bf2b4594e8 lang/rust/Makefile
--- a/lang/rust/Makefile        Thu May 21 19:21:17 2020 +0000
+++ b/lang/rust/Makefile        Thu May 21 19:47:54 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.166 2020/05/19 09:53:28 jperkin Exp $
+# $NetBSD: Makefile,v 1.167 2020/05/21 19:47:54 joerg Exp $
 
 DISTNAME=      rustc-1.43.1-src
 PKGNAME=       ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -129,8 +129,8 @@
 CONFIGURE_ARGS+=       --set llvm.targets="ARM;X86"
 .endif
 
-# toolchain/54192, induces rtld issues
-.if ${OPSYS} == "NetBSD"
+.if ${OPSYS} == "NetBSD" && !empty(MACHINE_PLATFORM:MNetBSD-9.99.*) && \
+    !empty(MACHINE_PLATFORM:MNetBSD-[1-9][0-9].*)
 MAKE_JOBS_SAFE=        no
 .endif
 



Home | Main Index | Thread Index | Old Index