pkgsrc-WIP-changes archive

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

rust177: 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 15:28:01 2024 +0100
Changeset:	58d3b0597255a12c5f96f874d984b467f76a33bf

Modified Files:
	rust177/options.mk

Log Message:
rust177: 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=58d3b0597255a12c5f96f874d984b467f76a33bf

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

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

diffs:
diff --git a/rust177/options.mk b/rust177/options.mk
index 9907c3dbd2..3557dba720 100644
--- a/rust177/options.mk
+++ b/rust177/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