pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/gcc6



Module Name:    pkgsrc
Committed By:   rillig
Date:           Tue Apr 28 16:17:17 UTC 2020

Modified Files:
        pkgsrc/lang/gcc6: Makefile

Log Message:
lang/gcc6: disable check for unknown configure options


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/lang/gcc6/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/gcc6/Makefile
diff -u pkgsrc/lang/gcc6/Makefile:1.24 pkgsrc/lang/gcc6/Makefile:1.25
--- pkgsrc/lang/gcc6/Makefile:1.24      Sun Mar 22 10:55:41 2020
+++ pkgsrc/lang/gcc6/Makefile   Tue Apr 28 16:17:17 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2020/03/22 10:55:41 rillig Exp $
+# $NetBSD: Makefile,v 1.25 2020/04/28 16:17:17 rillig Exp $
 
 GCC_PKGNAME=           gcc6
 .include               "version.mk"
@@ -28,6 +28,7 @@ USE_TOOLS+=           gmake makeinfo sed:run tar:
 USE_TOOLS.NetBSD+=     gsed
 
 GNU_CONFIGURE=         yes
+GNU_CONFIGURE_STRICT=  no # has sub-configures
 ## Build outside ${WRKSRC}
 OBJDIR=                        ../build
 CONFIGURE_DIRS=                ${OBJDIR}



Home | Main Index | Thread Index | Old Index