diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-01 07:38:16 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-01 07:38:16 +0000 |
commit | 9c97ae3b7152dc26b6d9367cc6c4fdbabce1311a (patch) | |
tree | a528e1cd6f767af7cb989f48207ee1affe946045 /net/ttt | |
parent | b59cec20920bc40fd87221b102194501fc668292 (diff) | |
download | ports-9c97ae3b7152dc26b6d9367cc6c4fdbabce1311a.tar.gz ports-9c97ae3b7152dc26b6d9367cc6c4fdbabce1311a.zip |
Notes
Diffstat (limited to 'net/ttt')
-rw-r--r-- | net/ttt/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/ttt/Makefile b/net/ttt/Makefile index f5e349a5df7f..72975aa1a580 100644 --- a/net/ttt/Makefile +++ b/net/ttt/Makefile @@ -26,4 +26,8 @@ MAN1= ttt.1 tttprobe.1 tttview.1 .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + .include <bsd.port.post.mk> |