pkgsrc-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-binutils cross/mingw-w64-x86_64...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f0b6a4af4480
branches:  trunk
changeset: 428221:f0b6a4af4480
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Apr 26 06:40:27 2020 +0000

description:
cross/mingw-w64-x86_64-binutils: allow unknown configure options

diffstat:

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

diffs (17 lines):

diff -r bc23ff1e2b36 -r f0b6a4af4480 cross/mingw-w64-x86_64-binutils/Makefile.common
--- a/cross/mingw-w64-x86_64-binutils/Makefile.common   Sun Apr 26 06:38:17 2020 +0000
+++ b/cross/mingw-w64-x86_64-binutils/Makefile.common   Sun Apr 26 06:40:27 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2019/12/29 01:08:14 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.5 2020/04/26 06:40:27 rillig Exp $
 #
 # used by cross/mingw-w64-x86_64-binutils/Makefile
 # used by cross/mingw-w64-i686-binutils/Makefile
@@ -15,6 +15,7 @@
 DISTINFO_FILE= ${.CURDIR}/../../cross/mingw-w64-x86_64-binutils/distinfo
 
 GNU_CONFIGURE=         yes
+GNU_CONFIGURE_STRICT=  no # has sub-configures
 GNU_CONFIGURE_PREFIX=  ${PREFIX}/cross/${MINGW_TARGET}
 CONFIGURE_ARGS+=       --target=${MINGW_TARGET}
 CONFIGURE_ARGS+=       --disable-nls



Home | Main Index | Thread Index | Old Index