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:   nia
Date:           Thu Oct  2 16:59:50 UTC 2025

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

Log Message:
rust: allow overriding PLATFORM_SUPPORTS_RUST


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/lang/rust/platform.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/platform.mk
diff -u pkgsrc/lang/rust/platform.mk:1.33 pkgsrc/lang/rust/platform.mk:1.34
--- pkgsrc/lang/rust/platform.mk:1.33   Mon Jun 16 21:10:43 2025
+++ pkgsrc/lang/rust/platform.mk        Thu Oct  2 16:59:50 2025
@@ -1,4 +1,4 @@
-# $NetBSD: platform.mk,v 1.33 2025/06/16 21:10:43 he Exp $
+# $NetBSD: platform.mk,v 1.34 2025/10/02 16:59:50 nia Exp $
 
 # This file encodes whether a given platform has support for rust.
 
@@ -26,7 +26,7 @@ RUST_DIR?=    ../../lang/rust
 
 .for rust_platform in ${RUST_PLATFORMS}
 .  if !empty(MACHINE_PLATFORM:M${rust_platform})
-PLATFORM_SUPPORTS_RUST=                yes
+PLATFORM_SUPPORTS_RUST?=       yes
 .  endif
 .endfor
 PLATFORM_SUPPORTS_RUST?=       no



Home | Main Index | Thread Index | Old Index