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:   rillig
Date:           Tue Jun  2 18:36:38 UTC 2020

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

Log Message:
mingw-w64-x86_64-gcc: skip shell portability check


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 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.6 pkgsrc/cross/mingw-w64-x86_64-gcc/Makefile.common:1.7
--- pkgsrc/cross/mingw-w64-x86_64-gcc/Makefile.common:1.6       Tue May 12 11:13:51 2020
+++ pkgsrc/cross/mingw-w64-x86_64-gcc/Makefile.common   Tue Jun  2 18:36:37 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2020/05/12 11:13:51 nia Exp $
+# $NetBSD: Makefile.common,v 1.7 2020/06/02 18:36:37 rillig Exp $
 #
 # used by cross/mingw-w64-i686-gcc/Makefile
 # used by cross/mingw-w64-x86_64-gcc/Makefile
@@ -43,6 +43,8 @@ PREPEND_PATH+=                ${PREFIX}/cross/${MINGW_
 
 INFO_FILES=            yes
 
+CHECK_PORTABILITY_SKIP+=       contrib/*
+
 pre-configure:
        ${RUN} cd ${WRKSRC} && ${MKDIR} ${OBJDIR}
 



Home | Main Index | Thread Index | Old Index