Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/gcc49 lang/gcc49: ignore unknown configure option...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a9295277c2fe
branches:  trunk
changeset: 430730:a9295277c2fe
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun May 03 17:36:25 2020 +0000

description:
lang/gcc49: ignore unknown configure options, skip portability check

diffstat:

 lang/gcc49/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 48f2f9b29cd3 -r a9295277c2fe lang/gcc49/Makefile
--- a/lang/gcc49/Makefile       Sun May 03 17:33:01 2020 +0000
+++ b/lang/gcc49/Makefile       Sun May 03 17:36:25 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2020/01/18 23:32:42 rillig Exp $
+# $NetBSD: Makefile,v 1.31 2020/05/03 17:36:25 rillig Exp $
 
 GCC_PKGNAME=   gcc49
 .include       "version.mk"
@@ -28,8 +28,10 @@
 USE_TOOLS+=            gmake makeinfo sed:run
 USE_TOOLS.NetBSD+=     gsed
 
+CHECK_PORTABILITY_SKIP+=       contrib/* # not needed
 
 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