From 3f6bb5efa850f9f805f0ebfa78e7a3662886d72c Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 15 Feb 2010 17:18:52 +0000 Subject: [PATCH] Mark as not for 64bit systems until the casting mess is resolved. --- emulators/snes9x/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/emulators/snes9x/Makefile b/emulators/snes9x/Makefile index f85badefe041..c836959b28af 100644 --- a/emulators/snes9x/Makefile +++ b/emulators/snes9x/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2009/06/05 22:23:00 zafer Exp $ +# $NetBSD: Makefile,v 1.47 2010/02/15 17:18:52 joerg Exp $ SNESVER= 1.43 DISTNAME= snes9x-${SNESVER}-src @@ -13,6 +13,8 @@ COMMENT= Super Nintendo Entertainment System (SNES) emulator PKG_DESTDIR_SUPPORT= user-destdir +NOT_FOR_PLATFORM= ${LP64PLATFORMS} + WRKSRC= ${WRKDIR}/${DISTNAME}/snes9x USE_LANGUAGES= c c++ USE_TOOLS+= gmake