Date: Tue, 19 Dec 2023 16:20:45 GMT From: Gleb Popov <arrowd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 825a077f3965 - main - security/klee: Fix build on aarch64 Message-ID: <202312191620.3BJGKjVe008776@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312191620.3BJGKjVe008776>