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)
This commit is contained in:
parent
1f12b8b894
commit
36107d1cbd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue