diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2021-04-16 01:14:37 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2021-04-16 01:14:37 +0000 |
commit | cfcef341fe2febf3dbceb6c6f4e6d4d1648c3097 (patch) | |
tree | 97b427500e69a5fa3180efb94e8d7b6e66fdd53a /lang | |
parent | 0739572cedf329b069b198549aa2d5a5f0a91693 (diff) | |
download | pkgsrc-cfcef341fe2febf3dbceb6c6f4e6d4d1648c3097.tar.gz |
rust: the i386 bootstrap workaround is really a BUILD_DEPENDS
Diffstat (limited to 'lang')
-rw-r--r-- | lang/rust/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/rust/Makefile b/lang/rust/Makefile index 39e7f011cd1..0a83db5afcd 100644 --- a/lang/rust/Makefile +++ b/lang/rust/Makefile @@ -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: |