git: e4d6aecf0e86 - main - security/liboqs: Broken on aarch64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 08 May 2022 19:14:30 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=e4d6aecf0e86d5b3d76a9c5b9e344bd30919cdae commit e4d6aecf0e86d5b3d76a9c5b9e344bd30919cdae Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-05-08 19:14:01 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-05-08 19:14:01 +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 7f0fa244f1c5..d81898d171ae 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= fatal error: 'asm/hwcap.h' file not found, see https://github.com/open-quantum-safe/liboqs/issues/1208 TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest4>0:devel/py-pytest4@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \