git: 39f637e9b88c - main - security/liboqs: Broken on aarch64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Jun 2022 17:07:10 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=39f637e9b88c7f94b6c6e10e8006932709730316 commit 39f637e9b88c7f94b6c6e10e8006932709730316 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-06-10 17:05:34 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-06-10 17:05:34 +0000 security/liboqs: Broken on aarch64 Reported by: fallout --- security/liboqs/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/security/liboqs/Makefile b/security/liboqs/Makefile index 0be12b4c7396..f44430219c6f 100644 --- a/security/liboqs/Makefile +++ b/security/liboqs/Makefile @@ -10,6 +10,7 @@ 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} \