diff options
author | joerg <joerg@pkgsrc.org> | 2010-02-15 17:18:52 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-02-15 17:18:52 +0000 |
commit | 92ed1961167cbba2735b33d9839ce9a1eb614280 (patch) | |
tree | 289a9ff0e96c56ad45c3505bb2156b16a35603a6 | |
parent | 65f3b066a6ac2ec4fc2412b21f2b25151d30b320 (diff) | |
download | pkgsrc-92ed1961167cbba2735b33d9839ce9a1eb614280.tar.gz |
Mark as not for 64bit systems until the casting mess is resolved.
-rw-r--r-- | emulators/snes9x/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/snes9x/Makefile b/emulators/snes9x/Makefile index f85badefe04..c836959b28a 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 |