diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-04-02 17:45:51 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-04-02 17:45:51 +0000 |
commit | 2bf45d7c8db942bb3d57d02cf4e126263f06ab7c (patch) | |
tree | 828660e351d4af36e0e7197cfb585479db5a360b /emulators/xmame/Makefile | |
parent | 989ec516b51cb7f653f9b3d8c942dbab40850d1d (diff) | |
download | pkgsrc-2bf45d7c8db942bb3d57d02cf4e126263f06ab7c.tar.gz |
Make the package realize that amd64 is a LP64 architecture.
Prevent crash when the requested display mode cannot be used.
Bump PKGREVISION.
Diffstat (limited to 'emulators/xmame/Makefile')
-rw-r--r-- | emulators/xmame/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index 8ff18fee39c..d2a10bb7d3b 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.107 2004/03/31 04:39:17 xtraeme Exp $ +# $NetBSD: Makefile,v 1.108 2004/04/02 17:45:51 kristerw Exp $ # DISTNAME= xmame-0.80.1 +PKGREVISION= 1 CATEGORIES= emulators games x11 MASTER_SITES= http://x.mame.net/download/ EXTRACT_SUFX= .tar.bz2 @@ -42,9 +43,10 @@ MAKE_FLAGS+= SOUND_ESOUND=1 MAME_DISP_METHOD?= x11 # Determine which CPU-specific code to use. -.for MARCH in alpha m68k i386 ia64 +.for MARCH in alpha m68k i386 ia64 mips MAME_CPU.${MARCH}?= ${MARCH} .endfor +MAME_CPU.x86_64?= amd64 .if !defined(MAME_CPU.${MACHINE_ARCH}) . include "../../mk/endian.mk" _MAME_CPU.big-endian= risc |