diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-07-17 19:03:34 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-07-17 19:03:34 +0000 |
commit | 0c5ea3e181a4ce4a5272110150022347f9c99b07 (patch) | |
tree | 8733d21c0dad45dd3e4b60998f1f5cc23332e3b9 | |
parent | 49317465c628641e13fe3f14052bdf2bba96331d (diff) | |
download | pkgsrc-0c5ea3e181a4ce4a5272110150022347f9c99b07.tar.gz |
GDB does not understand the Darwin object format yet.
-rw-r--r-- | devel/gdb/Makefile | 4 | ||||
-rw-r--r-- | devel/gdb6/Makefile | 4 | ||||
-rw-r--r-- | devel/gdbada/Makefile | 6 |
3 files changed, 9 insertions, 5 deletions
diff --git a/devel/gdb/Makefile b/devel/gdb/Makefile index d5e6ff34d04..17b9d475c8d 100644 --- a/devel/gdb/Makefile +++ b/devel/gdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2005/05/22 20:07:51 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2005/07/17 19:03:34 kristerw Exp $ # DISTNAME= gdb-5.3 @@ -10,6 +10,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.gnu.org/software/gdb/gdb.html COMMENT= Symbolic debugger for multiple language frontends +NOT_FOR_PLATFORM= Darwin-*-* + GNU_CONFIGURE= YES USE_PKGLOCALEDIR= YES USE_LIBTOOL= YES diff --git a/devel/gdb6/Makefile b/devel/gdb6/Makefile index bca6d7731aa..91b43502a25 100644 --- a/devel/gdb6/Makefile +++ b/devel/gdb6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/06/01 20:08:00 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2005/07/17 19:03:34 kristerw Exp $ # DISTNAME= gdb-6.2.1 @@ -11,6 +11,8 @@ MAINTAINER= shannonjr@NetBSD.org HOMEPAGE= http://www.gnu.org/software/gdb/gdb.html COMMENT= The GNU Project Debugger +NOT_FOR_PLATFORM= Darwin-*-* + BUILD_USES_MSGFMT= yes USE_TOOLS= autoconf213 gmake diff --git a/devel/gdbada/Makefile b/devel/gdbada/Makefile index 8f771e3d054..f85e5086a61 100644 --- a/devel/gdbada/Makefile +++ b/devel/gdbada/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/05/22 20:07:51 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2005/07/17 19:03:34 kristerw Exp $ DISTNAME= gdbada-5.3 PKGREVISION= 1 @@ -10,8 +10,8 @@ MAINTAINER= john@johnrshannon.com 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 +# Not yet ported to AMD 64-bit machines or Darwin +NOT_FOR_PLATFORM= *-*-x86_64 Darwin-*-* WRKSRC= ${WRKDIR}/gdb-5.3 USE_LIBTOOL= yes |