pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/atari800



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Aug 21 21:17:04 UTC 2020

Modified Files:
        pkgsrc/emulators/atari800: Makefile

Log Message:
atari800: fix building on Darwin


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/emulators/atari800/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/atari800/Makefile
diff -u pkgsrc/emulators/atari800/Makefile:1.56 pkgsrc/emulators/atari800/Makefile:1.57
--- pkgsrc/emulators/atari800/Makefile:1.56     Sat Jan 18 21:33:13 2020
+++ pkgsrc/emulators/atari800/Makefile  Fri Aug 21 21:17:04 2020
@@ -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 @@ USE_TOOLS+=           gmake unzip
 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