pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/arcem Not for 64bit platforms due to massive...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/800870d0ef6e
branches:  trunk
changeset: 569082:800870d0ef6e
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Jan 06 18:22:33 2010 +0000

description:
Not for 64bit platforms due to massive pointer casts.

diffstat:

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

diffs (18 lines):

diff -r dbee7cb23073 -r 800870d0ef6e emulators/arcem/Makefile
--- a/emulators/arcem/Makefile  Wed Jan 06 18:21:44 2010 +0000
+++ b/emulators/arcem/Makefile  Wed Jan 06 18:22:33 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2009/12/17 22:12:08 abs Exp $
+# $NetBSD: Makefile,v 1.17 2010/01/06 18:22:33 joerg Exp $
 #
 
 DISTNAME=      arcem-1.00-src
@@ -7,6 +7,8 @@
 CATEGORIES=    emulators
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=arcem/}
 
+NOT_FOR_PLATFORM+=     ${LP64PLATFORMS}
+
 EXTRACT_SUFX=  .tgz
 
 LINUX_FILES=   \



Home | Main Index | Thread Index | Old Index