From 68b3d72d2a03dab5416e354d2559e0d2bd68c2ee Mon Sep 17 00:00:00 2001 From: rillig Date: Sun, 3 May 2020 17:43:19 +0000 Subject: [PATCH] lang/gcc-aux: fix shell portability --- lang/gcc-aux/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lang/gcc-aux/Makefile b/lang/gcc-aux/Makefile index 90d40032ef50..7160993e2182 100644 --- a/lang/gcc-aux/Makefile +++ b/lang/gcc-aux/Makefile @@ -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 @@ APPLY_DIFFS= core ada cxx .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.