git: 36107d1cbdfb - main - devel/llvm16: Fix build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Jan 2024 18:54:59 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=36107d1cbdfb7242d9cc1e7b5c86593fff316fef commit 36107d1cbdfb7242d9cc1e7b5c86593fff316fef Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-01 14:52:09 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-01 18:54:47 +0000 devel/llvm16: Fix build While my last commit I fixed llvm10-15 but somehow a mistake slipped to the commits for llvm16. Approved by: portmgr (blanket) --- devel/llvm16/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/llvm16/Makefile b/devel/llvm16/Makefile index ae644f2d3a4f..d5ec6b044d2a 100644 --- a/devel/llvm16/Makefile +++ b/devel/llvm16/Makefile @@ -346,7 +346,7 @@ CMAKE_ARGS+= -DLLVM_ENABLE_PROJECTS="${LLVM_ENABLE_PROJECTS:ts;}" .include "${.CURDIR}/Makefile.COMMANDS" .include "${.CURDIR}/Makefile.MAN1SRCS" -_FREEBSD_BACKENDS= AArch64 ARM Mips PowerPC RISCV Sparc X86 +_FREEBSD_BACKENDS= AArch64 ARM Mips PowerPC RISCV X86 FREEBSD_BACKENDS= ${_FREEBSD_BACKENDS} .if ${ARCH} == amd64 _NATIVE_BACKENDS= X86