aboutsummaryrefslogtreecommitdiff
path: root/net/b2bua
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-10-01 08:38:12 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-10-01 08:38:12 +0000
commite45d9900bd6c8bc7b92952a1a65034c2e9768bb7 (patch)
tree011d3f31b0f35f6bd5e69067800ba4601d55abee /net/b2bua
parentaf5d77e635c2e95880dfd28338d6bfe3730bf916 (diff)
downloadports-e45d9900bd6c8bc7b92952a1a65034c2e9768bb7.tar.gz
ports-e45d9900bd6c8bc7b92952a1a65034c2e9768bb7.zip
Mark as broken on gcc4.2.
Notes
Notes: svn path=/head/; revision=200519
Diffstat (limited to 'net/b2bua')
-rw-r--r--net/b2bua/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/b2bua/Makefile b/net/b2bua/Makefile
index 4f53ed977847..4b12aec031c6 100644
--- a/net/b2bua/Makefile
+++ b/net/b2bua/Makefile
@@ -27,6 +27,10 @@ MAKE_ENV= PTHREAD_LDFLAGS="${PTHREAD_LIBS}" \
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
+.endif
+
.if ${ARCH} == "sparc64"
BROKEN= "Does not compile on sparc64"
.endif