summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-01 15:52:09 +0100
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-01 19:54:47 +0100
commit36107d1cbdfb7242d9cc1e7b5c86593fff316fef (patch)
treeb66b4fc3edb1c93153c40500ab37130dce62e0dc
parentmail/vpopmail: Fix build (diff)
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)
-rw-r--r--devel/llvm16/Makefile2
1 files changed, 1 insertions, 1 deletions
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