Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/atari800 atari800: fix building on Darwin



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6562d4b579f7
branches:  trunk
changeset: 437369:6562d4b579f7
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Aug 21 21:17:04 2020 +0000

description:
atari800: fix building on Darwin

diffstat:

 emulators/atari800/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 6dde27c2ec4c -r 6562d4b579f7 emulators/atari800/Makefile
--- a/emulators/atari800/Makefile       Fri Aug 21 21:13:56 2020 +0000
+++ b/emulators/atari800/Makefile       Fri Aug 21 21:17:04 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2020/01/18 21:33:13 nia Exp $
+# $NetBSD: Makefile,v 1.57 2020/08/21 21:17:04 adam Exp $
 
 DISTNAME=      atari800-4.2.0-src
 PKGNAME=       ${DISTNAME:S/-src//}
@@ -20,6 +20,7 @@
 CONFIGURE_ARGS+=       --disable-sdltest
 CONFIGURE_ARGS+=       --with-sound=sdl
 CONFIGURE_ARGS+=       --with-video=sdl
+CONFIGURE_ARGS.Darwin+=        --disable-rserial
 GNU_CONFIGURE=         yes
 
 INSTALLATION_DIRS+=    ${PREFIX}/share/atari800



Home | Main Index | Thread Index | Old Index