pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/rust
Module Name: pkgsrc
Committed By: martin
Date: Thu Oct 18 11:49:46 UTC 2018
Modified Files:
pkgsrc/lang/rust: Makefile
Log Message:
Fix ${WRKDIR} reference, hint from leot
To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 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.59 pkgsrc/lang/rust/Makefile:1.60
--- pkgsrc/lang/rust/Makefile:1.59 Wed Oct 17 08:39:13 2018
+++ pkgsrc/lang/rust/Makefile Thu Oct 18 11:49:46 2018
@@ -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 @@ CONFIGURE_ARGS.SunOS+= --disable-jemallo
# 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