git: 23b31964fc8f - main - lang/rust-bootstrap: enable on powerpc64le
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 18 Dec 2021 19:08:54 UTC
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=23b31964fc8f2d63f4d48f00e53898f7778dd202
commit 23b31964fc8f2d63f4d48f00e53898f7778dd202
Author: Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-12-18 19:06:38 +0000
Commit: Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-12-18 19:06:38 +0000
lang/rust-bootstrap: enable on powerpc64le
All the flavors build fine.
---
lang/rust-bootstrap/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lang/rust-bootstrap/Makefile b/lang/rust-bootstrap/Makefile
index f8e7869e9e39..4dae6430264f 100644
--- a/lang/rust-bootstrap/Makefile
+++ b/lang/rust-bootstrap/Makefile
@@ -18,7 +18,7 @@ LICENSE_COMB= dual
LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE
LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT
-ONLY_FOR_ARCHS= amd64
+ONLY_FOR_ARCHS= amd64 powerpc64le
ONLY_FOR_ARCHS_REASON= untested on other architectures
BUILD_DEPENDS= ${FLAVOR:S/_/-/g}-freebsd-sysroot>=a2021.09.14:devel/freebsd-sysroot@${FLAVOR} \