summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-03-22 10:52:15 +0000
committerrillig <rillig@pkgsrc.org>2020-03-22 10:52:15 +0000
commit5d3ff69c1806c29f0ae0216bd3ead8f239b58121 (patch)
tree813cd36c783dbc8912e55e5aa01b1e9646016296 /lang
parent26b52030c1081e0e2f62b33b05adda4060305522 (diff)
downloadpkgsrc-5d3ff69c1806c29f0ae0216bd3ead8f239b58121.tar.gz
lang/gcc5-aux: skip portability check for unused files
Diffstat (limited to 'lang')
-rw-r--r--lang/gcc5-aux/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/gcc5-aux/Makefile b/lang/gcc5-aux/Makefile
index 2254cbf6bd6..3dd0a3bbccd 100644
--- a/lang/gcc5-aux/Makefile
+++ b/lang/gcc5-aux/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2019/11/03 19:03:59 rillig Exp $
+# $NetBSD: Makefile,v 1.13 2020/03/22 10:52:15 rillig Exp $
PKGNAME= gcc5-aux-${SNAPSHOT}
PKGREVISION= ${MAIN_PR}
@@ -22,6 +22,8 @@ NOT_PAX_MPROTECT_SAFE+= gcc5-aux/bin/gnatmake
.include "../../mk/bsd.prefs.mk"
.include "options.mk"
+CHECK_PORTABILITY_SKIP+= contrib/*.sh # not used during the build
+
# Requires bootstrap compiler, which is only available for on selected systems
# Disable SunOS for now until multilib version can be built and tested.