mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
c2bda8c5b3
22 as the default version and 21 for lang/rust Found since sparc64 build built around a thousand less packages ok jca@ tb@
25 lines
399 B
Makefile
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>
|