summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2022-05-15 11:26:44 +0000
committertnn <tnn@pkgsrc.org>2022-05-15 11:26:44 +0000
commit6beaedf0e96bc33b3a36f0e25f538c21c1868676 (patch)
tree17fc2ece8637cfee732373e45d3381d558c93db1 /cross
parentedd17464986b06b3687a2ddfbace7081c9e16ac2 (diff)
downloadpkgsrc-6beaedf0e96bc33b3a36f0e25f538c21c1868676.tar.gz
mingw-binutils: set WRKSRC explicitly to work with renamed distfile
Diffstat (limited to 'cross')
-rw-r--r--cross/mingw-binutils/Makefile4
1 files changed, 3 insertions, 1 deletions
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} \