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: wiz
Date: Mon Jul 8 14:49:21 UTC 2024
Modified Files:
pkgsrc/lang/rust: options.mk
Log Message:
rust: switch to included llvm to fix build
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 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.38 pkgsrc/lang/rust/options.mk:1.39
--- pkgsrc/lang/rust/options.mk:1.38 Thu Apr 18 09:29:42 2024
+++ pkgsrc/lang/rust/options.mk Mon Jul 8 14:49:21 2024
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.38 2024/04/18 09:29:42 pin Exp $
+# $NetBSD: options.mk,v 1.39 2024/07/08 14:49:21 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.rust
PKG_SUPPORTED_OPTIONS+= rust-cargo-static rust-docs
@@ -9,9 +9,10 @@ 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) || ${MACHINE_PLATFORM:MDarwin-*-aarch64}
+#. if !empty(HAVE_LLVM) || ${MACHINE_PLATFORM:MDarwin-*-aarch64}
+# pkgsrc has llvm 18, this version only supports up to 17
PKG_SUGGESTED_OPTIONS+= rust-internal-llvm
-. endif
+#. endif
.endif
# If cross-building, always use the internal LLVM
Home |
Main Index |
Thread Index |
Old Index