Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/gcc5 lang/gcc5: skip check for unknown configure ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b5664915b7a2
branches:  trunk
changeset: 430589:b5664915b7a2
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat May 02 07:45:05 2020 +0000

description:
lang/gcc5: skip check for unknown configure options

diffstat:

 lang/gcc5/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 601e42d86793 -r b5664915b7a2 lang/gcc5/Makefile
--- a/lang/gcc5/Makefile        Sat May 02 07:24:31 2020 +0000
+++ b/lang/gcc5/Makefile        Sat May 02 07:45:05 2020 +0000
@@ -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 @@
 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