Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/gcc44 lang/gcc44: fix build in strict environment



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7ea22d597552
branches:  trunk
changeset: 431140:7ea22d597552
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat May 09 17:57:56 2020 +0000

description:
lang/gcc44: fix build in strict environment

diffstat:

 lang/gcc44/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 530c89085d94 -r 7ea22d597552 lang/gcc44/Makefile
--- a/lang/gcc44/Makefile       Sat May 09 17:54:54 2020 +0000
+++ b/lang/gcc44/Makefile       Sat May 09 17:57:56 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2020/01/18 23:32:42 rillig Exp $
+# $NetBSD: Makefile,v 1.53 2020/05/09 17:57:56 rillig Exp $
 
 DISTNAME=              gcc-${GCC_VERSION}
 PKGNAME=               gcc44-${GCC_VERSION}
@@ -23,6 +23,10 @@
 # To avoid GNU surprises
 CONFIG_SHELL=          ${TOOLS_PATH.bash}
 
+# TODO: document why GNU_CONFIGURE is not set here.
+GNU_CONFIGURE_STRICT=  no # has sub-configures
+CHECK_PORTABILITY_SKIP+= contrib/* # not needed for building
+
 NOT_FOR_PLATFORM=      Interix-*-* DragonFly-*-*
 UNLIMIT_RESOURCES+=    datasize
 UNLIMIT_RESOURCES+=    stacksize



Home | Main Index | Thread Index | Old Index