pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/gcc7



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

Modified Files:
        pkgsrc/lang/gcc7: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/lang/gcc7/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/gcc7/Makefile
diff -u pkgsrc/lang/gcc7/Makefile:1.32 pkgsrc/lang/gcc7/Makefile:1.33
--- pkgsrc/lang/gcc7/Makefile:1.32      Wed Apr  8 13:29:54 2020
+++ pkgsrc/lang/gcc7/Makefile   Tue Apr 28 16:20:07 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2020/04/08 13:29:54 rhialto Exp $
+# $NetBSD: Makefile,v 1.33 2020/04/28 16:20:07 rillig Exp $
 
 GCC_PKGNAME=           gcc7
 .include               "version.mk"
@@ -28,6 +28,7 @@ USE_TOOLS+=           gmake makeinfo perl sed:run
 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