pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/rust rust: fix previous



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0df2939ca8a0
branches:  trunk
changeset: 447258:0df2939ca8a0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Feb 18 16:01:35 2021 +0000

description:
rust: fix previous

Noted by jperkin

diffstat:

 lang/rust/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5648cd2499e0 -r 0df2939ca8a0 lang/rust/Makefile
--- a/lang/rust/Makefile        Thu Feb 18 15:41:03 2021 +0000
+++ b/lang/rust/Makefile        Thu Feb 18 16:01:35 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.218 2021/02/18 15:41:03 wiz Exp $
+# $NetBSD: Makefile,v 1.219 2021/02/18 16:01:35 wiz Exp $
 
 DISTNAME=      rustc-1.49.0-src
 PKGNAME=       ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -443,7 +443,7 @@
 #BOOTSTRAP_NAME=       ${PKGNAME_NOREV:C/rust/rust-nightly/}-${RUST_ARCH}
 BOOTSTRAP_NAME=                ${PKGNAME_NOREV}-${RUST_ARCH}
 BOOTSTRAP_TMPDIR=      ${WRKDIR}/${BOOTSTRAP_NAME}
-#USE_TOOLS+=           bsdtar
+USE_TOOLS+=            bsdtar
 
 # The NetBSD part is so far untested, because I could not convince
 # the rust build to use the gcc wrapper when building natively,



Home | Main Index | Thread Index | Old Index