summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2022-04-24 22:21:33 +0000
committertnn <tnn@pkgsrc.org>2022-04-24 22:21:33 +0000
commit118a9bbcc43cab39c002af04b07a1f81ebc3d642 (patch)
treeb17002f53aba4c5aec29a2f7b05689b64680227c /games
parent08e2ecc7dff2ab7755f34184e4fe969a196d2317 (diff)
downloadpkgsrc-118a9bbcc43cab39c002af04b07a1f81ebc3d642.tar.gz
nethack-lib: add CHECK_PORTABILITY_SKIP
Diffstat (limited to 'games')
-rw-r--r--games/nethack-lib/Makefile.common4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/nethack-lib/Makefile.common b/games/nethack-lib/Makefile.common
index f1e2c8573ce..28e14dad4d8 100644
--- a/games/nethack-lib/Makefile.common
+++ b/games/nethack-lib/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.43 2020/04/24 12:59:00 rhialto Exp $
+# $NetBSD: Makefile.common,v 1.44 2022/04/24 22:21:33 tnn Exp $
#
# used by games/nethack/Makefile
# used by games/nethack-lib/Makefile
@@ -78,6 +78,8 @@ WINTTYLIB= -L${BUILDLINK_PREFIX.termcap}/lib \
-l${BUILDLINK_LIBNAME.termcap}
MAKE_ENV+= WINTTYLIB=${WINTTYLIB:Q}
+CHECK_PORTABILITY_SKIP+= sys/unix/hints/macosx.sh
+
pre-configure:
${RUN}${CHMOD} 755 ${WRKSRC}/sys/unix/setup.sh