Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/aranym emulators/aranym: skip portability check



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9e12f0667dc3
branches:  trunk
changeset: 431145:9e12f0667dc3
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat May 09 18:31:00 2020 +0000

description:
emulators/aranym: skip portability check

On macOS, /bin/sh is a bash.

diffstat:

 emulators/aranym/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 8dc51074b960 -r 9e12f0667dc3 emulators/aranym/Makefile
--- a/emulators/aranym/Makefile Sat May 09 18:29:24 2020 +0000
+++ b/emulators/aranym/Makefile Sat May 09 18:31:00 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2020/03/08 16:49:25 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2020/05/09 18:31:00 rillig Exp $
 
 DISTNAME=      aranym_1.1.0.orig
 PKGNAME=       ${DISTNAME:S/_/-/:S/.orig//}
@@ -26,6 +26,8 @@
 GNU_CONFIGURE= yes
 MANCOMPRESSED= yes
 
+CHECK_PORTABILITY_CHECK=       src/Unix/MacOSX/scripts/gen_machfiles.sh
+
 CONFIGURE_ARGS+=       --enable-fullmmu
 CONFIGURE_ARGS+=       --enable-atc=full
 CONFIGURE_ARGS+=       --disable-sdltest



Home | Main Index | Thread Index | Old Index