git: 825a077f3965 - main - security/klee: Fix build on aarch64

From: Gleb Popov <arrowd_at_FreeBSD.org>
Date: Tue, 19 Dec 2023 16:20:45 UTC
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=825a077f3965af1efbeea676b12a344cccec8d71

commit 825a077f3965af1efbeea676b12a344cccec8d71
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2023-12-19 16:18:49 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2023-12-19 16:18:49 +0000

    security/klee: Fix build on aarch64
    
    Reported by:    pkg-fallout
---
 security/klee/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/klee/Makefile b/security/klee/Makefile
index 0abefdfa556f..b1a17fc9c3ee 100644
--- a/security/klee/Makefile
+++ b/security/klee/Makefile
@@ -46,7 +46,7 @@ STP_LIB_DEPENDS=	libstp.so:math/stp \
 
 .include <bsd.port.options.mk>
 
-.if ${ARCH} == powerpc64le
+.if ${ARCH} == powerpc64le || ${ARCH} == aarch64
 PLIST_SUB=	32BIT="@comment " \
 		64BIT=""
 .else