diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-02 08:08:08 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-02 08:08:08 +0000 |
commit | 2a10c095f8413a2da6992cd512d70920ffcc34bb (patch) | |
tree | dfd9ce97b58f2e4da0ade5b8e265c7eb65fb64df /devel | |
parent | 0c8a74657b0e0e25e7e9a7f654d4b6df5cdd1dc3 (diff) | |
download | ports-2a10c095f8413a2da6992cd512d70920ffcc34bb.tar.gz ports-2a10c095f8413a2da6992cd512d70920ffcc34bb.zip |
Mark as broken with gcc4.2.
While here, try to pet portlint a bit, but it's still pretty unhappy.
Notes
Notes:
svn path=/head/; revision=200610
Diffstat (limited to 'devel')
-rw-r--r-- | devel/msp430-gdb/Makefile | 8 |
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: |