summaryrefslogtreecommitdiff
path: root/devel/gdb6
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-05-08 06:44:58 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-05-08 06:44:58 +0000
commita528f5e2190340350f1c1578327d6835749d19c1 (patch)
treefc5e02ebcfdeea64143ff14ea59b754ca7189276 /devel/gdb6
parentBROKEN: Does not compile (diff)
BROKEN on 4.x: Does not compile
Notes
Notes: svn path=/head/; revision=108679
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 e61cfc7c2496..660de0342409 100644
--- a/devel/gdb6/Makefile
+++ b/devel/gdb6/Makefile
@@ -31,6 +31,10 @@ CFLAGS+= -DRL_NO_COMPAT
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 500000
+BROKEN= "Does not compile on 4.x"
+.endif
+
.if ${ARCH} == "amd64"
CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL}
.endif