Files
kmos c2bda8c5b3 ONLY_FOR_ARCHS should have been removed since we've moved to using llvm
22 as the default version and 21 for lang/rust

Found since sparc64 build built around a thousand less packages

ok jca@ tb@
2026-06-05 17:13:04 +00:00

25 lines
399 B
Makefile

LLVM_MAJOR = 21
LLVM_VERSION = ${LLVM_MAJOR}.1.8
LLVM_PKGSPEC = >=21,<22
REVISION-main = 4
REVISION-lldb = 2
REVISION-libcxx = 2
REVISION-python = 3
SHARED_LIBS += LLVM 0.0 \
LTO 0.0 \
Remarks 0.0 \
clang-cpp 0.0 \
clang 0.0 \
ec++ 0.0 \
ec++abi 0.0 \
lldb 0.0
# Apache License v2.0 with LLVM Exceptions
PERMIT_PACKAGE = Yes
MODULES += lang/python
.include <bsd.port.mk>