summaryrefslogtreecommitdiff
path: root/net-mgmt/sendip
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-10-01 08:50:10 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-10-01 08:50:10 +0000
commit67b63a22b3fc83f976416fd9aba947cefda05ad1 (patch)
treee9c823a3c4ede59846f38f7ae18f84331df06736 /net-mgmt/sendip
parentMark as broken on gcc4.2. While here, remove cruft for unsupported versions. (diff)
Mark as broken with gcc4.2.
Notes
Notes: svn path=/head/; revision=200523
Diffstat (limited to 'net-mgmt/sendip')
-rw-r--r--net-mgmt/sendip/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net-mgmt/sendip/Makefile b/net-mgmt/sendip/Makefile
index d0dc40282bc5..bad81d3e994d 100644
--- a/net-mgmt/sendip/Makefile
+++ b/net-mgmt/sendip/Makefile
@@ -20,4 +20,10 @@ USE_LDCONFIG= yes
MAN1= sendip.1
-.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>