pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2020Q3]: pkgsrc/lang/rust Pullup ticket #6329 (part 2) - reque...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ffe0be4d2c11
branches: pkgsrc-2020Q3
changeset: 441204:ffe0be4d2c11
user: bsiegert <bsiegert%pkgsrc.org@localhost>
date: Thu Oct 29 07:51:08 2020 +0000
description:
Pullup ticket #6329 (part 2) - requested by maya
lang/rust: NetBSD 9 build fix (accidentally broken)
diffstat:
lang/rust/Makefile | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (22 lines):
diff -r 82667d350946 -r ffe0be4d2c11 lang/rust/Makefile
--- a/lang/rust/Makefile Fri Oct 23 17:42:47 2020 +0000
+++ b/lang/rust/Makefile Thu Oct 29 07:51:08 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.195.2.1 2020/10/04 09:26:08 bsiegert Exp $
+# $NetBSD: Makefile,v 1.195.2.2 2020/10/29 07:51:08 bsiegert Exp $
DISTNAME= rustc-1.45.2-src
PKGNAME= ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -121,9 +121,9 @@
#
# If we aren't on 9-current, and are on 8.x or 9.x, avoid parallel.
# \todo Consider avoiding setting this on netbsd-9 past the fix.
-#. if ${MACHINE_PLATFORM:MNetBSD-[1-9].*} && !${MACHINE_PLATFORM:MNetBSD-9.99.*}
-#MAKE_JOBS_SAFE= no
-#. endif
+. if ${MACHINE_PLATFORM:MNetBSD-[1-9].*} && !${MACHINE_PLATFORM:MNetBSD-9.99.*}
+MAKE_JOBS_SAFE= no
+. endif
# Open PRs
#
Home |
Main Index |
Thread Index |
Old Index