pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/cross/mingw-binutils mingw-binutils: set WRKSRC explic...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/07e71ac24235
branches:  trunk
changeset: 379364:07e71ac24235
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun May 15 11:26:44 2022 +0000

description:
mingw-binutils: set WRKSRC explicitly to work with renamed distfile

diffstat:

 cross/mingw-binutils/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r f6127731ce4b -r 07e71ac24235 cross/mingw-binutils/Makefile
--- a/cross/mingw-binutils/Makefile     Sun May 15 10:49:36 2022 +0000
+++ b/cross/mingw-binutils/Makefile     Sun May 15 11:26:44 2022 +0000
@@ -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 @@
 
 INSTALLATION_DIRS+=    cross/bin
 
+WRKSRC=                ${WRKDIR}/binutils-2.18
+
 post-install:
 .for f in windres dllwrap
        ${LN} -fs ${PREFIX}/cross/bin/${MINGW_TARGET}-${f} \



Home | Main Index | Thread Index | Old Index