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-bootstrap



Module Name:    pkgsrc
Committed By:   rillig
Date:           Thu May 28 15:28:34 UTC 2020

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

Log Message:
mingw-gcc-bootstrap: suppress USE_TOOLS+=perl warning


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 \
    pkgsrc/cross/mingw-w64-x86_64-gcc-bootstrap/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-bootstrap/Makefile.common
diff -u pkgsrc/cross/mingw-w64-x86_64-gcc-bootstrap/Makefile.common:1.7 pkgsrc/cross/mingw-w64-x86_64-gcc-bootstrap/Makefile.common:1.8
--- pkgsrc/cross/mingw-w64-x86_64-gcc-bootstrap/Makefile.common:1.7     Tue May 12 11:13:51 2020
+++ pkgsrc/cross/mingw-w64-x86_64-gcc-bootstrap/Makefile.common Thu May 28 15:28:34 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.7 2020/05/12 11:13:51 nia Exp $
+# $NetBSD: Makefile.common,v 1.8 2020/05/28 15:28:34 rillig Exp $
 #
 # used by cross/mingw-w64-x86_64-gcc-bootstrap/Makefile
 # used by cross/mingw-w64-i686-gcc-bootstrap/Makefile
@@ -18,6 +18,7 @@ DISTINFO_FILE=                ${.CURDIR}/../../cross/m
 
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            gmake
+TOOLS_BROKEN+=         perl
 GNU_CONFIGURE=         yes
 GNU_CONFIGURE_STRICT=  no # has sub-configures
 GNU_CONFIGURE_PREFIX=  ${PREFIX}/cross/${MINGW_TARGET}-bootstrap



Home | Main Index | Thread Index | Old Index