diff options
author | joerg <joerg> | 2010-02-15 17:18:52 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-02-15 17:18:52 +0000 |
commit | 5a7280bd23f7c9f10a09e61c88f5ca2242d20bf1 (patch) | |
tree | 289a9ff0e96c56ad45c3505bb2156b16a35603a6 /emulators | |
parent | 23f2337db89dc5b6d0ebd2b09a45de420d07fe15 (diff) | |
download | pkgsrc-5a7280bd23f7c9f10a09e61c88f5ca2242d20bf1.tar.gz |
Mark as not for 64bit systems until the casting mess is resolved.
Diffstat (limited to 'emulators')
-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 |