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: gdt
Date: Sun Sep 20 22:30:07 UTC 2020
Modified Files:
pkgsrc/lang/rust: Makefile
Log Message:
lang/urst: Depend on compat80 also on NetBSD/sparc64
To generate a diff of this commit:
cvs rdiff -u -r1.191 -r1.192 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.191 pkgsrc/lang/rust/Makefile:1.192
--- pkgsrc/lang/rust/Makefile:1.191 Mon Aug 31 18:09:52 2020
+++ pkgsrc/lang/rust/Makefile Sun Sep 20 22:30:07 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.191 2020/08/31 18:09:52 wiz Exp $
+# $NetBSD: Makefile,v 1.192 2020/09/20 22:30:07 gdt Exp $
DISTNAME= rustc-1.45.2-src
PKGNAME= ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -509,12 +509,13 @@ stage0-bootstrap: install
#.include "../../devel/jemalloc/buildlink3.mk"
# Bootstrap built on 8.0, build on later version
-# requires compat80 package
+# requires compat80 package.
# (I wish this worked on powerpc, but it doesn't since
# I can't build with the internal LLVM, ref.
# https://github.com/rust-lang/rust/issues/65862)
.if (${OPSYS} == "NetBSD") && \
((${MACHINE_ARCH} == "i386") || \
+ (${MACHINE_ARCH} == "sparc64") || \
(${MACHINE_ARCH} == "powerpc")) \
&& (empty(OS_VERSION:M[012345678].*) || \
!empty(OS_VERSION:M8.99.*))
Home |
Main Index |
Thread Index |
Old Index