pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/nethack-lib



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun Apr 24 22:21:33 UTC 2022

Modified Files:
        pkgsrc/games/nethack-lib: Makefile.common

Log Message:
nethack-lib: add CHECK_PORTABILITY_SKIP


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/games/nethack-lib/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/nethack-lib/Makefile.common
diff -u pkgsrc/games/nethack-lib/Makefile.common:1.43 pkgsrc/games/nethack-lib/Makefile.common:1.44
--- pkgsrc/games/nethack-lib/Makefile.common:1.43       Fri Apr 24 12:59:00 2020
+++ pkgsrc/games/nethack-lib/Makefile.common    Sun Apr 24 22:21:33 2022
@@ -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
                        -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