pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

rust178: Drop obsolete BUILDLINK_API_DEPENDS.llvm.



Module Name:	pkgsrc-wip
Committed By:	Jonathan Perkin <jonathan%perkin.org.uk@localhost>
Pushed By:	jperkin
Date:		Mon May 13 17:13:35 2024 +0100
Changeset:	8d4a33c6111533f55c4cb07f40dbf72b2e66be29

Modified Files:
	rust178/options.mk

Log Message:
rust178: Drop obsolete BUILDLINK_API_DEPENDS.llvm.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8d4a33c6111533f55c4cb07f40dbf72b2e66be29

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 rust178/options.mk | 2 --
 1 file changed, 2 deletions(-)

diffs:
diff --git a/rust178/options.mk b/rust178/options.mk
index 9907c3dbd2..3557dba720 100644
--- a/rust178/options.mk
+++ b/rust178/options.mk
@@ -44,8 +44,6 @@ PKG_OPTIONS_LEGACY_OPTS+=	rust-llvm:rust-internal-llvm
 # Use the internal copy of LLVM or the external one?
 #
 .if empty(PKG_OPTIONS:Mrust-internal-llvm)
-# External LLVM must be >= 16, ref. RELEASES.md
-BUILDLINK_API_DEPENDS.llvm+=	llvm>=16
 .include "../../lang/libunwind/buildlink3.mk"
 .include "../../lang/llvm/buildlink3.mk"
 CONFIGURE_ARGS+=	--enable-llvm-link-shared


Home | Main Index | Thread Index | Old Index