pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cross/mingw-w64-x86_64-gcc Share distfile information



details:   https://anonhg.NetBSD.org/pkgsrc/rev/179d30a79026
branches:  trunk
changeset: 309070:179d30a79026
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Thu Jun 07 19:39:30 2018 +0000

description:
Share distfile information

diffstat:

 cross/mingw-w64-x86_64-gcc/Makefile.common |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r c00b0c2dda72 -r 179d30a79026 cross/mingw-w64-x86_64-gcc/Makefile.common
--- a/cross/mingw-w64-x86_64-gcc/Makefile.common        Thu Jun 07 19:38:41 2018 +0000
+++ b/cross/mingw-w64-x86_64-gcc/Makefile.common        Thu Jun 07 19:39:30 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2018/06/07 19:21:46 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.2 2018/06/07 19:39:30 ryoon Exp $
 #
 # used by cross/mingw-w64-x86_64-gcc/Makefile
 
@@ -10,6 +10,9 @@
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              https://mingw-w64.org/
 
+PATCHDIR=              ${.CURDIR}/../../cross/mingw-w64-x86_64-gcc/patches
+DISTINFO_FILE=         ${.CURDIR}/../../cross/mingw-w64-x86_64-gcc/distinfo
+
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            gmake perl:build
 



Home | Main Index | Thread Index | Old Index