pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/rust rust: the i386 bootstrap workaround is reall...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9f8d906c0781
branches: trunk
changeset: 450391:9f8d906c0781
user: gutteridge <gutteridge%pkgsrc.org@localhost>
date: Fri Apr 16 01:14:37 2021 +0000
description:
rust: the i386 bootstrap workaround is really a BUILD_DEPENDS
diffstat:
lang/rust/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r beff3bf185a1 -r 9f8d906c0781 lang/rust/Makefile
--- a/lang/rust/Makefile Thu Apr 15 20:45:15 2021 +0000
+++ b/lang/rust/Makefile Fri Apr 16 01:14:37 2021 +0000
@@ -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 @@
# 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