pkgsrc-Changes archive

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

CVS commit: pkgsrc/cross/mingw-binutils



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun May 15 11:26:44 UTC 2022

Modified Files:
        pkgsrc/cross/mingw-binutils: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/cross/mingw-binutils/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/cross/mingw-binutils/Makefile
diff -u pkgsrc/cross/mingw-binutils/Makefile:1.12 pkgsrc/cross/mingw-binutils/Makefile:1.13
--- pkgsrc/cross/mingw-binutils/Makefile:1.12   Sat Apr 23 22:33:02 2022
+++ pkgsrc/cross/mingw-binutils/Makefile        Sun May 15 11:26:44 2022
@@ -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}
 
 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