pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/snes9x Mark as not for 64bit systems until t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/566c96ed00bb
branches:  trunk
changeset: 571730:566c96ed00bb
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Feb 15 17:18:52 2010 +0000

description:
Mark as not for 64bit systems until the casting mess is resolved.

diffstat:

 emulators/snes9x/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 17f4327eeed6 -r 566c96ed00bb emulators/snes9x/Makefile
--- a/emulators/snes9x/Makefile Mon Feb 15 17:17:06 2010 +0000
+++ b/emulators/snes9x/Makefile Mon Feb 15 17:18:52 2010 +0000
@@ -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 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
+NOT_FOR_PLATFORM=      ${LP64PLATFORMS}
+
 WRKSRC=                        ${WRKDIR}/${DISTNAME}/snes9x
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            gmake



Home | Main Index | Thread Index | Old Index