aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2018-02-24 15:39:39 +0800
committerBryan Drewery <bdrewery@FreeBSD.org>2018-02-24 15:39:39 +0800
commit205bc9e9902b86d3bb1452db7ca2dc68322ebfa6 (patch)
tree05dc81d8a6d56d94a3c461b465d2cbfa50cd58ff /lang
parent963dbbbec4aa1872edea05f3efd3dfa5a2cfd646 (diff)
downloadfreebsd-ports-gnome-205bc9e9902b86d3bb1452db7ca2dc68322ebfa6.tar.gz
freebsd-ports-gnome-205bc9e9902b86d3bb1452db7ca2dc68322ebfa6.tar.zst
freebsd-ports-gnome-205bc9e9902b86d3bb1452db7ca2dc68322ebfa6.zip
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.
Diffstat (limited to 'lang')
-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