diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2018-02-24 15:39:39 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2018-02-24 15:39:39 +0800 |
commit | 7323f11566c5df831c4de65293dd213edde77883 (patch) | |
tree | 05dc81d8a6d56d94a3c461b465d2cbfa50cd58ff /lang | |
parent | 3104e2c5fcfcf3cdac112d293e6a20e334d0998d (diff) | |
download | freebsd-ports-gnome-7323f11566c5df831c4de65293dd213edde77883.tar.gz freebsd-ports-gnome-7323f11566c5df831c4de65293dd213edde77883.tar.zst freebsd-ports-gnome-7323f11566c5df831c4de65293dd213edde77883.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/Makefile | 2 |
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 |