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:   gutteridge
Date:           Fri Apr 16 01:14:37 UTC 2021

Modified Files:
        pkgsrc/lang/rust: Makefile

Log Message:
rust: the i386 bootstrap workaround is really a BUILD_DEPENDS


To generate a diff of this commit:
cvs rdiff -u -r1.228 -r1.229 pkgsrc/lang/rust/Makefile

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/Makefile
diff -u pkgsrc/lang/rust/Makefile:1.228 pkgsrc/lang/rust/Makefile:1.229
--- pkgsrc/lang/rust/Makefile:1.228     Thu Apr 15 00:55:45 2021
+++ pkgsrc/lang/rust/Makefile   Fri Apr 16 01:14:37 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.228 2021/04/15 00:55:45 gutteridge Exp $
+# $NetBSD: Makefile,v 1.229 2021/04/16 01:14:37 gutteridge Exp $
 
 DISTNAME=      rustc-1.49.0-src
 PKGNAME=       ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -536,7 +536,7 @@ stage0-bootstrap: install
 # rust i386 bootstraps are built for 8.0 and still depend on libstdc++.so.8.
 # Pull in compat80 on 9.x and newer.
 .if !empty(MACHINE_PLATFORM:MNetBSD-*-i386) && empty(OS_VERSION:M8.*)
-DEPENDS+=      compat80>=0:../../emulators/compat80
+BUILD_DEPENDS+=        compat80>=0:../../emulators/compat80
 .endif
 
 # This is for when we build natively:



Home | Main Index | Thread Index | Old Index