From 6beaedf0e96bc33b3a36f0e25f538c21c1868676 Mon Sep 17 00:00:00 2001 From: tnn Date: Sun, 15 May 2022 11:26:44 +0000 Subject: mingw-binutils: set WRKSRC explicitly to work with renamed distfile --- cross/mingw-binutils/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cross') diff --git a/cross/mingw-binutils/Makefile b/cross/mingw-binutils/Makefile index 1a7206956d4..ff33bb96373 100644 --- a/cross/mingw-binutils/Makefile +++ b/cross/mingw-binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2022/04/23 22:33:02 tnn Exp $ +# $NetBSD: Makefile,v 1.13 2022/05/15 11:26:44 tnn Exp $ DISTNAME= binutils-2.18a PKGNAME= mingw-binutils-2.18 @@ -27,6 +27,8 @@ SUBST_SED.bash= -e s,@@BASH@@,${PREFIX}/bin/bash, INSTALLATION_DIRS+= cross/bin +WRKSRC= ${WRKDIR}/binutils-2.18 + post-install: .for f in windres dllwrap ${LN} -fs ${PREFIX}/cross/bin/${MINGW_TARGET}-${f} \ -- cgit v1.2.3