Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cross/pdp11-aout-gcc cross/pdp11-aout-gcc: fix build i...



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

description:
cross/pdp11-aout-gcc: fix build in strict environment

diffstat:

 cross/pdp11-aout-gcc/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r ab1ba4f198dd -r bcd7aa02df1b cross/pdp11-aout-gcc/Makefile
--- a/cross/pdp11-aout-gcc/Makefile     Sat May 09 17:52:27 2020 +0000
+++ b/cross/pdp11-aout-gcc/Makefile     Sat May 09 17:53:53 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2019/08/11 13:18:18 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2020/05/09 17:53:53 rillig Exp $
 
 DISTNAME=              gcc-8.2.0
 PKGNAME=               cross-pdp11-aout-${DISTNAME}
@@ -31,6 +31,8 @@
 
 USE_TOOLS+=            gmake makeinfo
 GNU_CONFIGURE=         yes
+GNU_CONFIGURE_STRICT=  no # has sub-configures
+CHECK_PORTABILITY_SKIP+= contrib/* # not needed for building
 
 GNU_CONFIGURE_PREFIX=  ${PDP11AOUT_PREFIX}
 



Home | Main Index | Thread Index | Old Index