aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Davis <brd@FreeBSD.org>2021-06-10 16:28:03 +0000
committerBrad Davis <brd@FreeBSD.org>2021-06-10 16:35:22 +0000
commiteea42d68b72531732a41e9f2fec0d76cff8b93a3 (patch)
treef24f364ec3a5660429dee7c9f562d6c5bcc14895
parent767951abcb74b2e0d427831285d8dad4586877cf (diff)
downloadports-eea42d68b72531732a41e9f2fec0d76cff8b93a3.tar.gz
ports-eea42d68b72531732a41e9f2fec0d76cff8b93a3.zip
lang/rust: Disable DOCS to fix build on armv6/7
PR: 256135 Approved by: mikael
-rw-r--r--lang/rust/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/rust/Makefile b/lang/rust/Makefile
index 63acaac06de2..f0fd5f9b820d 100644
--- a/lang/rust/Makefile
+++ b/lang/rust/Makefile
@@ -46,6 +46,8 @@ CONFLICTS_INSTALL?= rust-nightly
OPTIONS_DEFINE= DOCS GDB SOURCES WASM
OPTIONS_DEFAULT= SOURCES WASM
+OPTIONS_EXCLUDE_armv6= DOCS
+OPTIONS_EXCLUDE_armv7= DOCS
GDB_DESC= Install ports gdb (necessary for debugging rust programs)
SOURCES_DESC= Install source files