From 0f2b3db66aa3abe6fd18c54b348562590c5b8afd Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Sat, 28 Jan 2023 15:32:40 +0000 Subject: [PATCH] lang/rust-bootstrap: enable on powerpc64 All the flavors (apart from armv7, for which no armv7-freebsd-sysroot is available on big-endian) build. --- 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 9d8607570f31..64889afe8625 100644 --- a/lang/rust-bootstrap/Makefile +++ b/lang/rust-bootstrap/Makefile @@ -19,7 +19,7 @@ LICENSE_COMB= dual LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT -ONLY_FOR_ARCHS= amd64 powerpc64le +ONLY_FOR_ARCHS= amd64 powerpc64 powerpc64le ONLY_FOR_ARCHS_REASON= untested on other architectures BUILD_DEPENDS= ${FLAVOR:S/_/-/g}-freebsd-sysroot>=a2021.09.14:devel/freebsd-sysroot@${FLAVOR} \