mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
lang/rust: remove max LLVM version restriction for PORT_LLVM
LLVM 20 now supported
This commit is contained in:
parent
3960996ada
commit
2924b2c5b8
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ DOCS_VARS= _RUST_BUILD_DOCS=true \
|
||||||
_COMPONENTS+="rust-docs-${_PACKAGE_VERS}-${_RUST_TARGET} rust-docs-json-${_PACKAGE_VERS}-${_RUST_TARGET}"
|
_COMPONENTS+="rust-docs-${_PACKAGE_VERS}-${_RUST_TARGET} rust-docs-json-${_PACKAGE_VERS}-${_RUST_TARGET}"
|
||||||
DOCS_VARS_OFF= _RUST_BUILD_DOCS=false
|
DOCS_VARS_OFF= _RUST_BUILD_DOCS=false
|
||||||
GDB_RUN_DEPENDS= ${LOCALBASE}/bin/gdb:devel/gdb
|
GDB_RUN_DEPENDS= ${LOCALBASE}/bin/gdb:devel/gdb
|
||||||
PORT_LLVM_USES= llvm:min=18,max=19,lib,noexport
|
PORT_LLVM_USES= llvm:min=18,lib,noexport
|
||||||
PORT_LLVM_MAKE_ENV= RUSTFLAGS="-Lnative=${LOCALBASE}/lib"
|
PORT_LLVM_MAKE_ENV= RUSTFLAGS="-Lnative=${LOCALBASE}/lib"
|
||||||
SOURCES_VARS= _COMPONENTS+=rust-src-${_PACKAGE_VERS} \
|
SOURCES_VARS= _COMPONENTS+=rust-src-${_PACKAGE_VERS} \
|
||||||
_RUST_TOOLS+=src
|
_RUST_TOOLS+=src
|
||||||
|
|
Loading…
Add table
Reference in a new issue