summaryrefslogtreecommitdiff
path: root/devel/gdb52
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-06-15 10:18:05 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-06-15 10:18:05 +0000
commitc8e1403e0d0c8401f852412bc6152c10a13ad3e5 (patch)
treefb1f60f915e60fac93e0db001dcf6df70395f62b /devel/gdb52
parentupdate to 0.73 (diff)
BROKEN on 5.x: Does not compile
Notes
Notes: svn path=/head/; revision=111529
Diffstat (limited to 'devel/gdb52')
-rw-r--r--devel/gdb52/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/gdb52/Makefile b/devel/gdb52/Makefile
index f00def16d5ef..8df002498642 100644
--- a/devel/gdb52/Makefile
+++ b/devel/gdb52/Makefile
@@ -26,6 +26,10 @@ COMMENT= GNU GDB 5.2.1 debugger
BROKEN= "Does not compile on 4.x"
.endif
+.if ${OSVERSION} > 502112
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
.if ${ARCH} == "amd64"
BROKEN= "Configure fails on amd64"
.endif