Source-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-bootstrap mingw-gcc-bootstr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b1a8a464c0af
branches:  trunk
changeset: 432988:b1a8a464c0af
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu May 28 15:28:34 2020 +0000

description:
mingw-gcc-bootstrap: suppress USE_TOOLS+=perl warning

diffstat:

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

diffs (17 lines):

diff -r d1fe32d52a4c -r b1a8a464c0af cross/mingw-w64-x86_64-gcc-bootstrap/Makefile.common
--- a/cross/mingw-w64-x86_64-gcc-bootstrap/Makefile.common      Thu May 28 15:26:23 2020 +0000
+++ b/cross/mingw-w64-x86_64-gcc-bootstrap/Makefile.common      Thu May 28 15:28:34 2020 +0000
@@ -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 @@
 
 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