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:           Thu May  5 10:27:33 UTC 2022

Modified Files:
        pkgsrc/lang/rust: options.mk

Log Message:
rust: Enable rust-llvm on macOS arm64.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 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.22 pkgsrc/lang/rust/options.mk:1.23
--- pkgsrc/lang/rust/options.mk:1.22    Sat Apr 23 15:54:34 2022
+++ pkgsrc/lang/rust/options.mk Thu May  5 10:27:33 2022
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.22 2022/04/23 15:54:34 he Exp $
+# $NetBSD: options.mk,v 1.23 2022/05/05 10:27:33 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