pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/rust Fix ${WRKDIR} reference, hint from leot



details:   https://anonhg.NetBSD.org/pkgsrc/rev/74368cce17fe
branches:  trunk
changeset: 314079:74368cce17fe
user:      martin <martin%pkgsrc.org@localhost>
date:      Thu Oct 18 11:49:46 2018 +0000

description:
Fix ${WRKDIR} reference, hint from leot

diffstat:

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

diffs (18 lines):

diff -r f1a64fa02106 -r 74368cce17fe lang/rust/Makefile
--- a/lang/rust/Makefile        Thu Oct 18 10:50:15 2018 +0000
+++ b/lang/rust/Makefile        Thu Oct 18 11:49:46 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2018/10/17 08:39:13 jperkin Exp $
+# $NetBSD: Makefile,v 1.60 2018/10/18 11:49:46 martin Exp $
 
 DISTNAME=      rustc-1.29.1-src
 PKGNAME=       ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -62,7 +62,7 @@
 # Getting RPATH with $ORIGIN into bootstrap may be troublesome, so 
 # uncommenting the LD_LIBRARY_PATH setting may be required to run
 # the bootstrap
-MAKE_ENV+=             LD_LIBRARY_PATH=${.CURDIR}/work/rust-bootstrap/lib
+MAKE_ENV+=             LD_LIBRARY_PATH=${WRKDIR}/rust-bootstrap/lib
 
 .if !empty(MACHINE_PLATFORM:MNetBSD-*-powerpc)
 # Bootstrapping on NetBSD/powerpc requires no debug-info from rustc



Home | Main Index | Thread Index | Old Index