Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/121d5b56d58a
branches:  trunk
changeset: 430734:121d5b56d58a
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun May 03 17:43:19 2020 +0000

description:
lang/gcc-aux: fix shell portability

diffstat:

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

diffs (18 lines):

diff -r 81ab7cb90d71 -r 121d5b56d58a lang/gcc-aux/Makefile
--- a/lang/gcc-aux/Makefile     Sun May 03 17:42:20 2020 +0000
+++ b/lang/gcc-aux/Makefile     Sun May 03 17:43:19 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2020/04/29 20:33:28 maya Exp $
+# $NetBSD: Makefile,v 1.36 2020/05/03 17:43:19 rillig Exp $
 
 PKGNAME=       gcc-aux-${SNAPSHOT}
 PKGREVISION=   4
@@ -21,6 +21,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
 # Disable SunOS for now until multilib version can be built and tested.
 



Home | Main Index | Thread Index | Old Index