git: b9cdee141b21 - main - security/klee: Unbreak the build after USES=llvm change.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Dec 2022 05:55:13 UTC
The branch main has been updated by arrowd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b9cdee141b2196b86375e37bf30cf11a2f5f9e1f
commit b9cdee141b2196b86375e37bf30cf11a2f5f9e1f
Author: Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2022-12-23 09:19:03 +0000
Commit: Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2022-12-24 05:55:08 +0000
security/klee: Unbreak the build after USES=llvm change.
Reported by: pkg-fallout
Fixes: 08807ad9500c84b2577b39dadf7a103eae27d73c
---
security/klee/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/security/klee/Makefile b/security/klee/Makefile
index 5eaef3131b07..2d59dbad6a83 100644
--- a/security/klee/Makefile
+++ b/security/klee/Makefile
@@ -23,7 +23,7 @@ SHEBANG_FILES= tools/klee-stats/klee-stats tools/ktest-tool/ktest-tool tools/kle
USE_LDCONFIG= yes
CMAKE_OFF= ENABLE_POSIX_RUNTIME ENABLE_UNIT_TESTS ENABLE_SYSTEM_TESTS
-CMAKE_ARGS= -DLLVM_CONFIG_BINARY=${LOCALBASE}/bin/llvm-config13 \
+CMAKE_ARGS= -DLLVM_CONFIG_BINARY=${LOCALBASE}/bin/${LLVM_CONFIG} \
-DMAKE_BINARY=${LOCALBASE}/bin/gmake
OPTIONS_DEFINE= TCMALLOC