pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/rust
Module Name: pkgsrc
Committed By: jperkin
Date: Mon Feb 28 11:32:26 UTC 2022
Modified Files:
pkgsrc/lang/rust: options.mk
Log Message:
rust: Darwin/arm64 needs to use rust-llvm for now.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/lang/rust/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/rust/options.mk
diff -u pkgsrc/lang/rust/options.mk:1.17 pkgsrc/lang/rust/options.mk:1.18
--- pkgsrc/lang/rust/options.mk:1.17 Sat Nov 20 16:09:46 2021
+++ pkgsrc/lang/rust/options.mk Mon Feb 28 11:32:26 2022
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.17 2021/11/20 16:09:46 he Exp $
+# $NetBSD: options.mk,v 1.18 2022/02/28 11:32:26 jperkin Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.rust
PKG_SUPPORTED_OPTIONS+= rust-cargo-static rust-docs
@@ -9,7 +9,7 @@ PKG_SUPPORTED_OPTIONS+= rust-cargo-stati
.if ${OPSYS} != "SunOS"
PKG_SUPPORTED_OPTIONS+= rust-llvm
# There may be compatibility issues with base LLVM.
-. if !empty(HAVE_LLVM)
+. if !empty(HAVE_LLVM) || !empty(MACHINE_PLATFORM:MDarwin-*-aarch64)
PKG_SUGGESTED_OPTIONS+= rust-llvm
. endif
.endif
Home |
Main Index |
Thread Index |
Old Index