aboutsummaryrefslogtreecommitdiffstats
path: root/net/openmcu
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2008-02-01 20:41:15 +0800
committerlinimon <linimon@FreeBSD.org>2008-02-01 20:41:15 +0800
commit3ee284008ae6a24c2e2c046a4abd47a67efc7617 (patch)
tree269ec55bfe61ba29aa5d0d7c10f7eada67d17aa2 /net/openmcu
parentc59dff32f6458d54e52d747fc069d1da818a6985 (diff)
downloadfreebsd-ports-gnome-3ee284008ae6a24c2e2c046a4abd47a67efc7617.tar.gz
freebsd-ports-gnome-3ee284008ae6a24c2e2c046a4abd47a67efc7617.tar.zst
freebsd-ports-gnome-3ee284008ae6a24c2e2c046a4abd47a67efc7617.zip
Mark as broken on sparc64-7: fails to compile. There may be 2 cases of
sparc64 failure.
Diffstat (limited to 'net/openmcu')
-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