Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/gcc6-aux lang/gcc6-aux: fix shell portability



details:   https://anonhg.NetBSD.org/pkgsrc/rev/81ab7cb90d71
branches:  trunk
changeset: 430733:81ab7cb90d71
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun May 03 17:42:20 2020 +0000

description:
lang/gcc6-aux: fix shell portability

diffstat:

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

diffs (18 lines):

diff -r cbb286c9d9ca -r 81ab7cb90d71 lang/gcc6-aux/Makefile
--- a/lang/gcc6-aux/Makefile    Sun May 03 17:40:34 2020 +0000
+++ b/lang/gcc6-aux/Makefile    Sun May 03 17:42:20 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2020/04/29 20:33:28 maya Exp $
+# $NetBSD: Makefile,v 1.7 2020/05/03 17:42:20 rillig Exp $
 
 PKGNAME=       gcc6-aux-${SNAPSHOT}
 PKGREVISION=   ${MAIN_PR}
@@ -20,6 +20,8 @@
 .include "../../mk/bsd.prefs.mk"
 .include "options.mk"
 
+CHECK_PORTABILITY_SKIP+=       contrib/* # not needed
+
 # Requires bootstrap compiler, which is only available for on selected systems
 
 # Tasking is broken on NetBSD.  The reason for this is unknown



Home | Main Index | Thread Index | Old Index