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 Jul 11 20:13:50 UTC 2022

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

Log Message:
rust: Put back change lost in last update.

Should hopefully get build going again on macOS/arm64.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 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.25 pkgsrc/lang/rust/options.mk:1.26
--- pkgsrc/lang/rust/options.mk:1.25    Mon Jun 13 13:38:19 2022
+++ pkgsrc/lang/rust/options.mk Mon Jul 11 20:13:50 2022
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.25 2022/06/13 13:38:19 nia Exp $
+# $NetBSD: options.mk,v 1.26 2022/07/11 20:13:50 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-internal-llvm
 # There may be compatibility issues with the base LLVM on e.g. NetBSD.
-.  if !empty(HAVE_LLVM)
+.  if !empty(HAVE_LLVM) || !empty(MACHINE_PLATFORM:MDarwin-*-aarch64)
 PKG_SUGGESTED_OPTIONS+=                rust-internal-llvm
 .  endif
 .endif



Home | Main Index | Thread Index | Old Index