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



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Apr 26 06:40:27 UTC 2020

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
    pkgsrc/cross/mingw-w64-x86_64-binutils/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-binutils/Makefile.common
diff -u pkgsrc/cross/mingw-w64-x86_64-binutils/Makefile.common:1.4 pkgsrc/cross/mingw-w64-x86_64-binutils/Makefile.common:1.5
--- pkgsrc/cross/mingw-w64-x86_64-binutils/Makefile.common:1.4  Sun Dec 29 01:08:14 2019
+++ pkgsrc/cross/mingw-w64-x86_64-binutils/Makefile.common      Sun Apr 26 06:40:27 2020
@@ -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 @@ PATCHDIR=     ${.CURDIR}/../../cross/mingw-w
 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