summaryrefslogtreecommitdiff
path: root/lang/gcc6-aux
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-05-03 17:42:20 +0000
committerrillig <rillig@pkgsrc.org>2020-05-03 17:42:20 +0000
commitc427b9fba29c53533c68198f7bbc5e72f356ac8c (patch)
treec3c36098aa78c3a10e223c8a6e43ee3a5e0f8bb6 /lang/gcc6-aux
parentef03fcfc0aa23ea46f20759bf9e466b90b610224 (diff)
downloadpkgsrc-c427b9fba29c53533c68198f7bbc5e72f356ac8c.tar.gz
lang/gcc6-aux: fix shell portability
Diffstat (limited to 'lang/gcc6-aux')
-rw-r--r--lang/gcc6-aux/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/gcc6-aux/Makefile b/lang/gcc6-aux/Makefile
index 5fdb5b5d466..e321e325f80 100644
--- a/lang/gcc6-aux/Makefile
+++ b/lang/gcc6-aux/Makefile
@@ -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 @@ 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
# Tasking is broken on NetBSD. The reason for this is unknown