aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
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