pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/gcc8



Module Name:    pkgsrc
Committed By:   rillig
Date:           Wed Feb 12 05:02:11 UTC 2020

Modified Files:
        pkgsrc/lang/gcc8: Makefile

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

GCC has several configure scripts that all differ in their supported
options.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/lang/gcc8/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/gcc8/Makefile
diff -u pkgsrc/lang/gcc8/Makefile:1.12 pkgsrc/lang/gcc8/Makefile:1.13
--- pkgsrc/lang/gcc8/Makefile:1.12      Sat Jan 18 23:32:43 2020
+++ pkgsrc/lang/gcc8/Makefile   Wed Feb 12 05:02:11 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2020/01/18 23:32:43 rillig Exp $
+# $NetBSD: Makefile,v 1.13 2020/02/12 05:02:11 rillig Exp $
 
 GCC_PKGNAME=           gcc8
 .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
 ## Build outside ${WRKSRC}
 OBJDIR=                        ../build
 CONFIGURE_DIRS=                ${OBJDIR}



Home | Main Index | Thread Index | Old Index