diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-01 08:56:42 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-01 08:56:42 +0000 |
commit | 476721fab561729de8b7613d185202a76730f948 (patch) | |
tree | 9e0c0572fc10613314f97b148690c4f9d356650d /net-mgmt | |
parent | 261ca9834593d9b88b2d785cd4401607d8b43073 (diff) | |
download | ports-476721fab561729de8b7613d185202a76730f948.tar.gz ports-476721fab561729de8b7613d185202a76730f948.zip |
Mark as broken on gcc4.2.
Notes
Notes:
svn path=/head/; revision=200525
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/bsd-airtools/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net-mgmt/bsd-airtools/Makefile b/net-mgmt/bsd-airtools/Makefile index 6d3ceae0c226..93b24b883261 100644 --- a/net-mgmt/bsd-airtools/Makefile +++ b/net-mgmt/bsd-airtools/Makefile @@ -42,4 +42,10 @@ do-install: ${DOCSDIR}/README.`${BASENAME} ${TOOL}` .endfor -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + +.include <bsd.port.post.mk> |