git: eea42d68b725 - main - lang/rust: Disable DOCS to fix build on armv6/7
Brad Davis
brd at FreeBSD.org
Thu Jun 10 16:36:31 UTC 2021
The branch main has been updated by brd (doc, src committer):
URL: https://cgit.FreeBSD.org/ports/commit/?id=eea42d68b72531732a41e9f2fec0d76cff8b93a3
commit eea42d68b72531732a41e9f2fec0d76cff8b93a3
Author: Brad Davis <brd at FreeBSD.org>
AuthorDate: 2021-06-10 16:28:03 +0000
Commit: Brad Davis <brd at FreeBSD.org>
CommitDate: 2021-06-10 16:35:22 +0000
lang/rust: Disable DOCS to fix build on armv6/7
PR: 256135
Approved by: mikael
---
lang/rust/Makefile | 2 ++
1 file changed, 2 insertions(+)
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
More information about the dev-commits-ports-all
mailing list