lang/rust: bump PORT_LLVM minimum version to 17

Source: 1ac0239bd2
This commit is contained in:
Charlie Li 2024-06-18 08:56:04 -04:00
commit dbc2286b18
No known key found for this signature in database
GPG key ID: 678F936058415CCA

View file

@ -59,7 +59,7 @@ DOCS_VARS= _RUST_BUILD_DOCS=true \
_RUST_TOOLS+=rustdoc
DOCS_VARS_OFF= _RUST_BUILD_DOCS=false
GDB_RUN_DEPENDS= ${LOCALBASE}/bin/gdb:devel/gdb
PORT_LLVM_USES= llvm:min=16,lib,noexport
PORT_LLVM_USES= llvm:min=17,lib,noexport
PORT_LLVM_MAKE_ENV= RUSTFLAGS="-Lnative=${LOCALBASE}/lib"
SOURCES_VARS= _COMPONENTS+=rust-src-${_PACKAGE_VERS} \
_RUST_TOOLS+=src