summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2018-02-24 07:39:39 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2018-02-24 07:39:39 +0000
commit205bc9e9902b86d3bb1452db7ca2dc68322ebfa6 (patch)
tree05dc81d8a6d56d94a3c461b465d2cbfa50cd58ff
parentActually I didn't get i386 tested yet (diff)
Apply the proper patches, namely the needed llvm-config one.
In r462769 I incorrectly changed PATCHDIR, after a build test, thinking it was wrong. The note about PATCHDIR in the commit message was wrong as the patches were already coming from the lang/rust-nightly/files dir.
Notes
Notes: svn path=/head/; revision=462771
-rw-r--r--lang/rust-nightly/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/rust-nightly/Makefile b/lang/rust-nightly/Makefile
index 1122199a4e06..8f9c4d4fd4fd 100644
--- a/lang/rust-nightly/Makefile
+++ b/lang/rust-nightly/Makefile
@@ -6,6 +6,8 @@ PKGNAMESUFFIX= -nightly
DISTNAME= rustc-nightly-src
MASTERDIR= ${.CURDIR}/../rust
+FILESDIR= ${.CURDIR}/files
+PATCHDIR= ${.CURDIR}/files
DISTINFO_FILE= ${.CURDIR}/distinfo
CONFLICTS_BUILD= rust # see FIXME in `pre-fetch` in lang/rust/Makefile