From bdc035e33cb4d970153eb48dcf5ebbeacdb2f925 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sun, 6 Dec 2020 16:56:12 +0000 Subject: [PATCH] Mark as BROKEN on riscv64. Approved by: portmgr (tier-2 blanket) --- security/botan110/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/security/botan110/Makefile b/security/botan110/Makefile index e0337452b2b6..aa5a07ae3711 100644 --- a/security/botan110/Makefile +++ b/security/botan110/Makefile @@ -15,6 +15,8 @@ COMMENT= Portable, easy to use, and efficient C++ crypto library LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/doc/license.txt +BROKEN_riscv64= fails to build: Unknown or unidentifiable processor "riscv" + OPTIONS_DEFINE= SSL GMP DOCS OPTIONS_DEFAULT= SSL GMP