diff options
author | rillig <rillig@pkgsrc.org> | 2020-05-28 15:28:34 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-05-28 15:28:34 +0000 |
commit | 4b3b484bfa2e8c9eaae44c89270531bcf32d229b (patch) | |
tree | 0b90605ac1ed4d5533dfc731d6c259d992ceebcf /cross | |
parent | fefe0dbd6b4fe319d55ea51ee2784cd68a1982dd (diff) | |
download | pkgsrc-4b3b484bfa2e8c9eaae44c89270531bcf32d229b.tar.gz |
mingw-gcc-bootstrap: suppress USE_TOOLS+=perl warning
Diffstat (limited to 'cross')
-rw-r--r-- | cross/mingw-w64-x86_64-gcc-bootstrap/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cross/mingw-w64-x86_64-gcc-bootstrap/Makefile.common b/cross/mingw-w64-x86_64-gcc-bootstrap/Makefile.common index 4bff5c9630f..8fa979cde2c 100644 --- a/cross/mingw-w64-x86_64-gcc-bootstrap/Makefile.common +++ b/cross/mingw-w64-x86_64-gcc-bootstrap/Makefile.common @@ -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/mingw-w64-x86_64-gcc/distinfo 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 |