pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/nethack-lib nethack-lib: add CHECK_PORTABILITY_SKIP



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b79af1d119d1
branches:  trunk
changeset: 377779:b79af1d119d1
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Apr 24 22:21:33 2022 +0000

description:
nethack-lib: add CHECK_PORTABILITY_SKIP

diffstat:

 games/nethack-lib/Makefile.common |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r a257dab6af5b -r b79af1d119d1 games/nethack-lib/Makefile.common
--- a/games/nethack-lib/Makefile.common Sun Apr 24 22:19:15 2022 +0000
+++ b/games/nethack-lib/Makefile.common Sun Apr 24 22:21:33 2022 +0000
@@ -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 @@
                        -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
 



Home | Main Index | Thread Index | Old Index