pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/rust Hm, we need to ensure the gcc-wrap script is...
details: https://anonhg.NetBSD.org/pkgsrc/rev/785d97478d80
branches: trunk
changeset: 324280:785d97478d80
user: he <he%pkgsrc.org@localhost>
date: Sat Oct 13 17:54:57 2018 +0000
description:
Hm, we need to ensure the gcc-wrap script is executable.
diffstat:
lang/rust/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r b1d440e27f7c -r 785d97478d80 lang/rust/Makefile
--- a/lang/rust/Makefile Sat Oct 13 17:28:57 2018 +0000
+++ b/lang/rust/Makefile Sat Oct 13 17:54:57 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2018/10/13 11:46:47 he Exp $
+# $NetBSD: Makefile,v 1.57 2018/10/13 17:54:57 he Exp $
DISTNAME= rustc-1.29.1-src
PKGNAME= ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -238,6 +238,7 @@
.if ${OPSYS} == "NetBSD"
${RM} -f ${.CURDIR}/files/c++-wrap
${LN} -s ${.CURDIR}/files/gcc-wrap ${.CURDIR}/files/c++-wrap
+ ${CHMOD} +x ${.CURDIR}/files/gcc-wrap
.endif
.if ${OPSYS} != "SunOS"
Home |
Main Index |
Thread Index |
Old Index