From 6671d3e3556d808928b5a145ca9e58c9e3939624 Mon Sep 17 00:00:00 2001 From: he Date: Sat, 13 Oct 2018 17:54:57 +0000 Subject: [PATCH] Hm, we need to ensure the gcc-wrap script is executable. --- lang/rust/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lang/rust/Makefile b/lang/rust/Makefile index cd31234e5195..d4c2e99e8ba9 100644 --- a/lang/rust/Makefile +++ b/lang/rust/Makefile @@ -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 @@ post-extract: .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"