aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-10-01 16:56:42 +0800
committerlinimon <linimon@FreeBSD.org>2007-10-01 16:56:42 +0800
commitf01364fc8acd6f68f5758365a424d15a000db0b3 (patch)
treeb6dae4768c17ef51fd1a08b9c53fa3034861743e /net-mgmt
parent8d88042b8f028fce7d0476a5233f4a6c58b98cae (diff)
downloadfreebsd-ports-gnome-f01364fc8acd6f68f5758365a424d15a000db0b3.tar.gz
freebsd-ports-gnome-f01364fc8acd6f68f5758365a424d15a000db0b3.tar.zst
freebsd-ports-gnome-f01364fc8acd6f68f5758365a424d15a000db0b3.zip
Mark as broken on gcc4.2.
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/bsd-airtools/Makefile8
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>