pkgsrc-Changes archive

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

CVS commit: pkgsrc/cross/mingw-w64-x86_64-gcc



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Thu Jun  7 19:39:30 UTC 2018

Modified Files:
        pkgsrc/cross/mingw-w64-x86_64-gcc: Makefile.common

Log Message:
Share distfile information


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/cross/mingw-w64-x86_64-gcc/Makefile.common

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-w64-x86_64-gcc/Makefile.common
diff -u pkgsrc/cross/mingw-w64-x86_64-gcc/Makefile.common:1.1 pkgsrc/cross/mingw-w64-x86_64-gcc/Makefile.common:1.2
--- pkgsrc/cross/mingw-w64-x86_64-gcc/Makefile.common:1.1       Thu Jun  7 19:21:46 2018
+++ pkgsrc/cross/mingw-w64-x86_64-gcc/Makefile.common   Thu Jun  7 19:39:30 2018
@@ -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 @@ EXTRACT_SUFX=         .tar.xz
 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