Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cross/gcc-mips-current cross/gcc-mips-current: allow b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/355b6169f34b
branches:  trunk
changeset: 432581:355b6169f34b
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat May 23 10:34:34 2020 +0000

description:
cross/gcc-mips-current: allow bashisms in unused files

diffstat:

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

diffs (18 lines):

diff -r 370096da8dfb -r 355b6169f34b cross/gcc-mips-current/Makefile
--- a/cross/gcc-mips-current/Makefile   Sat May 23 10:33:16 2020 +0000
+++ b/cross/gcc-mips-current/Makefile   Sat May 23 10:34:34 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2020/05/16 10:50:49 rillig Exp $
+# $NetBSD: Makefile,v 1.19 2020/05/23 10:34:34 rillig Exp $
 
 GCC_DIST_VERSION=      4.9.2
 GCC_PKGNAME=           gcc-mips-${GCC_DIST_VERSION}
@@ -21,6 +21,8 @@
 
 NOT_FOR_PLATFORM=      Interix-*-*
 
+CHECK_PORTABILITY_SKIP=        contrib/*
+
 USE_LANGUAGES=         c c++03
 USE_TOOLS+=            gmake makeinfo sed:run perl
 GNU_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index