pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/gcc5



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat May  2 07:45:05 UTC 2020

Modified Files:
        pkgsrc/lang/gcc5: Makefile

Log Message:
lang/gcc5: skip check for unknown configure options


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/lang/gcc5/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/gcc5/Makefile
diff -u pkgsrc/lang/gcc5/Makefile:1.35 pkgsrc/lang/gcc5/Makefile:1.36
--- pkgsrc/lang/gcc5/Makefile:1.35      Tue Apr 28 16:02:20 2020
+++ pkgsrc/lang/gcc5/Makefile   Sat May  2 07:45:05 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2020/04/28 16:02:20 rillig Exp $
+# $NetBSD: Makefile,v 1.36 2020/05/02 07:45:05 rillig Exp $
 
 GCC_PKGNAME=           gcc5
 PKGREVISION=           5
@@ -31,6 +31,7 @@ USE_TOOLS.NetBSD+=    gsed
 CHECK_PORTABILITY_SKIP+=       contrib/*
 
 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