pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/gdbada Mark not for AMD 64 platforms



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a9d5c2903241
branches:  trunk
changeset: 483339:a9d5c2903241
user:      shannonjr <shannonjr%pkgsrc.org@localhost>
date:      Wed Nov 10 19:25:08 2004 +0000

description:
Mark not for AMD 64 platforms

diffstat:

 devel/gdbada/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 79fbe44e2a71 -r a9d5c2903241 devel/gdbada/Makefile
--- a/devel/gdbada/Makefile     Wed Nov 10 19:13:10 2004 +0000
+++ b/devel/gdbada/Makefile     Wed Nov 10 19:25:08 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/10/03 00:13:27 tv Exp $
+# $NetBSD: Makefile,v 1.3 2004/11/10 19:25:08 shannonjr Exp $
 
 DISTNAME=      gdbada-5.3
 PKGREVISION=   1
@@ -10,6 +10,9 @@
 HOMEPAGE=      http://libre.act-europe.fr/GDB/
 COMMENT=        GNAT GDB : An Ada 95 Debugger
 
+# Not yet ported to AMD 64-bit machines
+NOT_FOR_PLATFORM=      *-*-x86_64
+
 WRKSRC=                ${WRKDIR}/gdb-5.3
 USE_BUILDLINK3=                yes
 USE_LIBTOOL=           yes



Home | Main Index | Thread Index | Old Index