aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2008-02-01 12:41:15 +0000
committerMark Linimon <linimon@FreeBSD.org>2008-02-01 12:41:15 +0000
commit7be0889a49fb11430a7f23959b5453f85dd656d1 (patch)
tree1a6fa54ca8a63bf3ec49c23a0232bb3e25ec54cd /net
parent7bc7fc05b1238d5aa380fa2150aeae0f2d4a1b88 (diff)
downloadports-7be0889a49fb11430a7f23959b5453f85dd656d1.tar.gz
ports-7be0889a49fb11430a7f23959b5453f85dd656d1.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/openmcu/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/openmcu/Makefile b/net/openmcu/Makefile
index 5cfb75139fce..c3b690894892 100644
--- a/net/openmcu/Makefile
+++ b/net/openmcu/Makefile
@@ -38,8 +38,8 @@ EXAMPLESDIR= ${PREFIX}/share/examples/openh323
.include <bsd.port.pre.mk>
-.if ${ARCH} == sparc64 && ${OSVERSION} <= 700003
-BROKEN= does not link due to missing symbol in default thread library
+.if ${ARCH} == sparc64
+BROKEN= Does not install
.elif ${ARCH} == "amd64" && ${OSVERSION} >= 700042
BROKEN= Does not compile with GCC 4.2
.endif