Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cross/avr-gcc cross/avr-gcc: skip portability check, a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9c7b98ab4dc3
branches:  trunk
changeset: 430707:9c7b98ab4dc3
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun May 03 12:55:04 2020 +0000

description:
cross/avr-gcc: skip portability check, allow unknown configure options

diffstat:

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

diffs (28 lines):

diff -r b311927a84b1 -r 9c7b98ab4dc3 cross/avr-gcc/Makefile
--- a/cross/avr-gcc/Makefile    Sun May 03 12:51:52 2020 +0000
+++ b/cross/avr-gcc/Makefile    Sun May 03 12:55:04 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2019/08/11 13:18:16 wiz Exp $
+# $NetBSD: Makefile,v 1.44 2020/05/03 12:55:04 rillig Exp $
 
 DISTNAME=              gcc-4.8.3
 PKGNAME=               ${DISTNAME:C/^/avr-/}
@@ -13,15 +13,16 @@
 
 DEPENDS+=              avr-binutils-[0-9]*:../../cross/avr-binutils
 
-.include "../../mk/bsd.prefs.mk"
-
 GNU_CONFIGURE=         yes
+GNU_CONFIGURE_STRICT=  no # has sub-configures
 
 USE_LANGUAGES=         c c++03
 USE_TOOLS+=            bison gmake lex perl tar msgfmt autoconf pod2man
 USE_PKGLOCALEDIR=      yes
 USE_GNU_CONFIGURE_HOST=        no
 
+CHECK_PORTABILITY_SKIP+=       contrib/*
+
 CONFIGURE_ARGS+=       --target=avr
 CONFIGURE_ARGS+=       --enable-languages='c c++'
 CONFIGURE_ARGS+=       --disable-nls --disable-lto



Home | Main Index | Thread Index | Old Index