git: 90b86e2f80c1 - 2022Q3 - security/liboqs: Try to enable on all architectures

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Thu, 28 Jul 2022 17:09:06 UTC
The branch 2022Q3 has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=90b86e2f80c1adc95b3d6db66a7fc97f1ce3bc2d

commit 90b86e2f80c1adc95b3d6db66a7fc97f1ce3bc2d
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-20 02:36:46 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-28 17:09:03 +0000

    security/liboqs: Try to enable on all architectures
    
    (cherry picked from commit 9c46d558391b2bb68c65e8078925422a8eae4192)
---
 security/liboqs/Makefile | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/security/liboqs/Makefile b/security/liboqs/Makefile
index eb6fcf05bb23..ef66fd0f5c66 100644
--- a/security/liboqs/Makefile
+++ b/security/liboqs/Makefile
@@ -8,10 +8,6 @@ COMMENT=	C library for quantum-resistant cryptography
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-BROKEN_i386=	Unknown or unsupported processor: i386
-BROKEN_powerpc=	Unknown or unsupported processor: powerpc
-BROKEN_aarch64=	use of undeclared identifier 'ID_AA64ISAR0_SHA3_BASE', see https://github.com/open-quantum-safe/liboqs/issues/1223
-
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest4>0:devel/py-pytest4@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \
 		bash:shells/bash
@@ -25,7 +21,8 @@ GH_TAGNAME=	38d3014dc2f74ec0f0c1a9e7e61aa4d2251adcc9
 
 SHEBANG_GLOB=	*.sh
 
-CMAKE_ON=	BUILD_SHARED_LIBS OQS_DIST_BUILD
+CMAKE_ON=	BUILD_SHARED_LIBS OQS_DIST_BUILD \
+		OQS_PERMIT_UNSUPPORTED_ARCHITECTURE # trying to build on i386, powerpc, armv6, riscv64
 
 TEST_TARGET=	run_tests