diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2017-03-19 12:08:08 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2017-03-19 12:08:08 +0000 |
commit | 57bec1dacbf4d467193faa19dc7c2a5af77eecd1 (patch) | |
tree | bc2d4fa8199c8802cd38eabb4a47c49bf4778bd8 /lang/rust/files/patch-src_bootstrap_compile.rs | |
parent | sysutils/passwordsafe: Mark broken on 10.x (diff) |
Update to upstream version 1.16.0
Diffstat (limited to 'lang/rust/files/patch-src_bootstrap_compile.rs')
-rw-r--r-- | lang/rust/files/patch-src_bootstrap_compile.rs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/rust/files/patch-src_bootstrap_compile.rs b/lang/rust/files/patch-src_bootstrap_compile.rs deleted file mode 100644 index 126656a59c9b..000000000000 --- a/lang/rust/files/patch-src_bootstrap_compile.rs +++ /dev/null @@ -1,11 +0,0 @@ ---- src/bootstrap/compile.rs.orig 2017-02-09 01:37:48 UTC -+++ src/bootstrap/compile.rs -@@ -187,7 +187,7 @@ pub fn rustc<'a>(build: &'a Build, targe - cargo.env("CFG_RELEASE", &build.release) - .env("CFG_RELEASE_CHANNEL", &build.config.channel) - .env("CFG_VERSION", &build.version) -- .env("CFG_PREFIX", build.config.prefix.clone().unwrap_or(String::new())) -+ .env("CFG_PREFIX", build.config.prefix.clone().unwrap_or(PathBuf::new())) - .env("CFG_LIBDIR_RELATIVE", "lib"); - - // If we're not building a compiler with debugging information then remove |