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: fix build in strict environment



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9cddc50b9ced
branches:  trunk
changeset: 431141:9cddc50b9ced
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat May 09 17:59:09 2020 +0000

description:
lang/gcc49: fix build in strict environment

diffstat:

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

diffs (18 lines):

diff -r 7ea22d597552 -r 9cddc50b9ced lang/gcc49/Makefile
--- a/lang/gcc49/Makefile       Sat May 09 17:57:56 2020 +0000
+++ b/lang/gcc49/Makefile       Sat May 09 17:59:09 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2020/05/03 17:36:25 rillig Exp $
+# $NetBSD: Makefile,v 1.32 2020/05/09 17:59:09 rillig Exp $
 
 GCC_PKGNAME=   gcc49
 .include       "version.mk"
@@ -32,6 +32,8 @@
 
 GNU_CONFIGURE=         yes
 GNU_CONFIGURE_STRICT=  no # has sub-configures
+CHECK_PORTABILITY_SKIP+= contrib/* # not needed for building
+
 ## Build outside ${WRKSRC}
 OBJDIR=                        ../build
 CONFIGURE_DIRS=                ${OBJDIR}



Home | Main Index | Thread Index | Old Index