pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2020Q3] pkgsrc/lang/rust



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Thu Oct 29 07:51:08 UTC 2020

Modified Files:
        pkgsrc/lang/rust [pkgsrc-2020Q3]: Makefile

Log Message:
Pullup ticket #6329 (part 2) - requested by maya
lang/rust: NetBSD 9 build fix (accidentally broken)


To generate a diff of this commit:
cvs rdiff -u -r1.195.2.1 -r1.195.2.2 pkgsrc/lang/rust/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/Makefile
diff -u pkgsrc/lang/rust/Makefile:1.195.2.1 pkgsrc/lang/rust/Makefile:1.195.2.2
--- pkgsrc/lang/rust/Makefile:1.195.2.1 Sun Oct  4 09:26:08 2020
+++ pkgsrc/lang/rust/Makefile   Thu Oct 29 07:51:08 2020
@@ -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 @@ CONFIGURE_ARGS+=    --set llvm.targets="ARM
 #
 # 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