From c0dc5a8028f52fbcfbaef3f25fd65c3ebfd12959 Mon Sep 17 00:00:00 2001 From: xtraeme Date: Fri, 9 Jul 2004 14:38:52 +0000 Subject: Updated emulators/aranym to 0.8.9beta. 2004/07/06 - version 0.8.9beta released Great bug fixes: o JIT CPU is working on Linux 2.6.x o Blitter is finally not crashing anymore o integrated LILO (Linux Loader) reads gzipped files o SDL GUI now accepts numbers typed on numpad Especially the Blitter fix itself justifies a new release since it has always been buggy and it was so annoying. Now we've won. --- emulators/aranym/Makefile | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'emulators/aranym/Makefile') diff --git a/emulators/aranym/Makefile b/emulators/aranym/Makefile index c5e573edcf2..5a8d533127d 100644 --- a/emulators/aranym/Makefile +++ b/emulators/aranym/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2004/07/06 07:31:56 xtraeme Exp $ +# $NetBSD: Makefile,v 1.3 2004/07/09 14:38:52 xtraeme Exp $ # -DISTNAME= aranym-0.8.8beta +DISTNAME= aranym-0.8.9beta CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aranym/} @@ -18,7 +18,24 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src/Unix ALL_TARGET= # void +BUILD_DEFS+= FIXED_FASTRAM + +FIXED_FASTRAM?= 64 # Default value + CONFIGURE_ARGS+= --enable-opengl +CONFIGURE_ARGS+= --enable-fullmmu +CONFIGURE_ARGS+= --enable-dsp-disasm +CONFIGURE_ARGS+= --enable-blitsdlblit +CONFIGURE_ARGS+= --enable-fixedvideoram +CONFIGURE_ARGS+= --enable-fixedfastram=${FIXED_FASTRAM} +CONFIGURE_ARGS+= --enable-blitmemmove + +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} != "NetBSD" +CONFIGURE_ARGS+= --enable-nfpci +.endif + MANCOMPRESSED= aranym.1.gz pre-build: -- cgit v1.2.3