Skip to content

Commit 10b9f3f

Browse files
committed
lang/rust: limit PORT_LLVM max to 19
LLVM 20 support currently only exists in trunk.
1 parent 8bd2840 commit 10b9f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎lang/rust/Makefile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ DOCS_VARS= _RUST_BUILD_DOCS=true \
6464
_RUST_TOOLS+=rustdoc
6565
DOCS_VARS_OFF= _RUST_BUILD_DOCS=false
6666
GDB_RUN_DEPENDS= ${LOCALBASE}/bin/gdb:devel/gdb
67-
PORT_LLVM_USES= llvm:min=18,lib,noexport
67+
PORT_LLVM_USES= llvm:min=18,max=19,lib,noexport
6868
PORT_LLVM_MAKE_ENV= RUSTFLAGS="-Lnative=${LOCALBASE}/lib"
6969
SOURCES_VARS= _COMPONENTS+=rust-src-${_PACKAGE_VERS} \
7070
_RUST_TOOLS+=src

0 commit comments

Comments
 (0)