summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-07-26 12:16:23 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-07-26 12:16:23 +0000
commit3f10d7d21e72fd9627e0c990641735ba4898e24f (patch)
treeb11edf5e571187a7f47a1feb1c4132f0fd070415 /devel
parent- Unbreak on 8.X (diff)
- Mark BROKEN on amd64/8
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=238378
Diffstat (limited to 'devel')
-rw-r--r--devel/gdb6/Makefile5
-rw-r--r--devel/gdb66/Makefile5
2 files changed, 10 insertions, 0 deletions
diff --git a/devel/gdb6/Makefile b/devel/gdb6/Makefile
index 2ee5c8f73757..ec957e879d54 100644
--- a/devel/gdb6/Makefile
+++ b/devel/gdb6/Makefile
@@ -71,6 +71,11 @@ PLIST_SUB+= INSIGHT='@comment '
.if ${ARCH} == "amd64"
CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL}
+
+.if ${OSVERSION} >= 800000
+BROKEN= does not compile
+.endif
+
.endif
post-patch:
diff --git a/devel/gdb66/Makefile b/devel/gdb66/Makefile
index 2ee5c8f73757..ec957e879d54 100644
--- a/devel/gdb66/Makefile
+++ b/devel/gdb66/Makefile
@@ -71,6 +71,11 @@ PLIST_SUB+= INSIGHT='@comment '
.if ${ARCH} == "amd64"
CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL}
+
+.if ${OSVERSION} >= 800000
+BROKEN= does not compile
+.endif
+
.endif
post-patch: