summaryrefslogtreecommitdiff
path: root/devel/gdb6
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-11-18 08:33:08 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-11-18 08:33:08 +0000
commitf68497b9bf195c714a623fd7a80979dff99580a0 (patch)
tree84e8ac7b85a4a53fc10fac066fbff13f32e681ad /devel/gdb6
parentBROKEN on !i386: Does not compile (diff)
BROKEN on ia64 and sparc64: Does not compile
Notes
Notes: svn path=/head/; revision=121856
Diffstat (limited to 'devel/gdb6')
-rw-r--r--devel/gdb6/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/gdb6/Makefile b/devel/gdb6/Makefile
index ffa14b8b6573..0914ce2f2209 100644
--- a/devel/gdb6/Makefile
+++ b/devel/gdb6/Makefile
@@ -34,6 +34,10 @@ CFLAGS+= -DRL_NO_COMPAT -DKGDB
.include <bsd.port.pre.mk>
+.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
+BROKEN= "Does not build on ia64 or sparc64"
+.endif
+
.if ${OSVERSION} < 500000
CFLAGS+= -include ${FILESDIR}/fbsd4.h
.endif