Skip to content

Commit d2fc4ce

Browse files
committed
lang/rust: bump PORT_LLVM minimum version to 16
Source: rust-lang/rust@7de6d04
1 parent 20b6d1f commit d2fc4ce

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
@@ -60,7 +60,7 @@ DOCS_VARS= _RUST_BUILD_DOCS=true \
6060
_RUST_TOOLS+=rustdoc
6161
DOCS_VARS_OFF= _RUST_BUILD_DOCS=false
6262
GDB_RUN_DEPENDS= ${LOCALBASE}/bin/gdb:devel/gdb
63-
PORT_LLVM_USES= llvm:min=15,lib,noexport
63+
PORT_LLVM_USES= llvm:min=16,lib,noexport
6464
PORT_LLVM_MAKE_ENV= RUSTFLAGS="-Lnative=${LOCALBASE}/lib"
6565
SOURCES_VARS= _COMPONENTS+=rust-src-${_PACKAGE_VERS} \
6666
_RUST_TOOLS+=src

0 commit comments

Comments
 (0)