pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators/aranym
Module Name: pkgsrc
Committed By: rillig
Date: Sat May 9 18:31:01 UTC 2020
Modified Files:
pkgsrc/emulators/aranym: Makefile
Log Message:
emulators/aranym: skip portability check
On macOS, /bin/sh is a bash.
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/emulators/aranym/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/emulators/aranym/Makefile
diff -u pkgsrc/emulators/aranym/Makefile:1.38 pkgsrc/emulators/aranym/Makefile:1.39
--- pkgsrc/emulators/aranym/Makefile:1.38 Sun Mar 8 16:49:25 2020
+++ pkgsrc/emulators/aranym/Makefile Sat May 9 18:31:00 2020
@@ -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 @@ USE_LANGUAGES= c c++
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