aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-10-02 16:08:08 +0800
committerlinimon <linimon@FreeBSD.org>2007-10-02 16:08:08 +0800
commit10948c8a1e754dfa840c7b7a2d100bb083ad82b0 (patch)
tree25210e614d895cde0059f2d91569830269760441 /devel
parenta00566072247af6cb4b951a9a42b1cbf895869b2 (diff)
downloadfreebsd-ports-gnome-10948c8a1e754dfa840c7b7a2d100bb083ad82b0.tar.gz
freebsd-ports-gnome-10948c8a1e754dfa840c7b7a2d100bb083ad82b0.tar.zst
freebsd-ports-gnome-10948c8a1e754dfa840c7b7a2d100bb083ad82b0.zip
Mark as broken with gcc4.2.
While here, try to pet portlint a bit, but it's still pretty unhappy.
Diffstat (limited to 'devel')
-rw-r--r--devel/msp430-gdb/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/devel/msp430-gdb/Makefile b/devel/msp430-gdb/Makefile
index 633e00fbea50..8fde97e32ec4 100644
--- a/devel/msp430-gdb/Makefile
+++ b/devel/msp430-gdb/Makefile
@@ -38,12 +38,16 @@ MANPAGES= gdb.1:gdb run.1:sim/common
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
+.endif
+
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
-BROKEN= "Configure fails on amd64 and ia64"
+BROKEN= Configure fails on amd64 and ia64
.endif
.if ${ARCH} == "sparc64"
-BROKEN= "Fails to link"
+BROKEN= Fails to link
.endif
do-install: