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:   he
Date:           Mon Mar  4 16:01:07 UTC 2024

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

Log Message:
lang/rust: use += for GCC_REQD (applicable only for sparc64).


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 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.35 pkgsrc/lang/rust/options.mk:1.36
--- pkgsrc/lang/rust/options.mk:1.35    Sun Mar  3 14:53:32 2024
+++ pkgsrc/lang/rust/options.mk Mon Mar  4 16:01:07 2024
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.35 2024/03/03 14:53:32 he Exp $
+# $NetBSD: options.mk,v 1.36 2024/03/04 16:01:07 he Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.rust
 PKG_SUPPORTED_OPTIONS+=        rust-cargo-static rust-docs
@@ -26,7 +26,7 @@ PKG_SUGGESTED_OPTIONS+=               rust-internal-l
 .if ${MACHINE_PLATFORM:MNetBSD-10.*-sparc64}
 .  if !empty(PKG_OPTIONS:Mrust-internal-llvm)
 # Require GCC 12 (from pkgsrc) to correctly build the embedded LLVM (17.x).
-GCC_REQD=      12
+GCC_REQD+=     12
 .  endif
 .endif
 



Home | Main Index | Thread Index | Old Index