git: a0cc8107915c - main - security/liboqs: Fix aarch64 build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 20 Apr 2025 11:48:17 UTC
The branch main has been updated by brnrd: URL: https://cgit.FreeBSD.org/ports/commit/?id=a0cc8107915c774f54f87147cb386a8115591180 commit a0cc8107915c774f54f87147cb386a8115591180 Author: Bernard Spil <brnrd@FreeBSD.org> AuthorDate: 2025-04-20 11:47:21 +0000 Commit: Bernard Spil <brnrd@FreeBSD.org> CommitDate: 2025-04-20 11:47:21 +0000 security/liboqs: Fix aarch64 build PR: 284153 Approved by: Maintainer time-out --- security/liboqs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/liboqs/Makefile b/security/liboqs/Makefile index 3abb4d6320ac..9c44d02605cc 100644 --- a/security/liboqs/Makefile +++ b/security/liboqs/Makefile @@ -31,7 +31,7 @@ BINARY_ALIAS= python3=${PYTHON_CMD} .include <bsd.port.options.mk> -.if ${ARCH} == amd64 +.if ${ARCH} == amd64 || ${ARCH} == aarch64 || ${ARCH} == risc64 PLIST_SUB+= KEM_BIKE="" # BIKE algorithm is limited by architecture in .CMake/alg_support.cmake .else PLIST_SUB+= KEM_BIKE="@comment "