pkgsrc-WIP-changes archive

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

rust187: Stop using bundled LLVM on Darwin/arm64, pulled from main pkgsrc.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Tue Jun 17 15:44:01 2025 +0000
Changeset:	a6b24d5de4539d54a6a51e383ddc6a4748b4e709

Modified Files:
	rust187/options.mk

Log Message:
rust187: Stop using bundled LLVM on Darwin/arm64, pulled from main pkgsrc.

This appears to no longer be necessary, and saves a significant amount of time
during the build.

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

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

diffstat:
 rust187/options.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/rust187/options.mk b/rust187/options.mk
index eb52f22cab..999196b96b 100644
--- a/rust187/options.mk
+++ b/rust187/options.mk
@@ -9,7 +9,7 @@ PKG_SUPPORTED_OPTIONS+=	rust-cargo-static rust-docs
 .if ${OPSYS} != "SunOS"
 PKG_SUPPORTED_OPTIONS+=		rust-internal-llvm
 # There may be compatibility issues with the base LLVM on e.g. NetBSD.
-.  if !empty(HAVE_LLVM) || ${MACHINE_PLATFORM:MDarwin-*-aarch64}
+.  if !empty(HAVE_LLVM)
 PKG_SUGGESTED_OPTIONS+=		rust-internal-llvm
 .  endif
 .endif


Home | Main Index | Thread Index | Old Index