summaryrefslogtreecommitdiff
path: root/net/cphone
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-07-04 13:51:56 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-07-04 13:51:56 +0000
commit07ab0ca853926238c3c1548425d318529c375716 (patch)
tree84417536ed0e1e23a270f759b903662c1e24bc02 /net/cphone
parentDepend on textproc/xerces-j instead of textproc/xml4j because the later (diff)
As already done for other devel/pwlib and net/openh323 dependant ports,
mark this port BROKEN on sparc64 < 700003. The problem is caused by a missing symbol in the default thread library on this ARCH. PR: ports/99767 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=166914
Diffstat (limited to 'net/cphone')
-rw-r--r--net/cphone/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/cphone/Makefile b/net/cphone/Makefile
index c15612847de8..1228474ff47e 100644
--- a/net/cphone/Makefile
+++ b/net/cphone/Makefile
@@ -31,6 +31,10 @@ MAKE_ARGS= OSTYPE=${OPSYS} MACHTYPE=${ARCH:S/i386/x86/} \
.include <bsd.port.pre.mk>
+.if ${ARCH} == sparc64 && ${OSVERSION} <= 700003
+BROKEN= does not link due to missing symbol in default thread library
+.endif
+
post-patch:
@${REINPLACE_CMD} -e '/graphdisplay.h/d' -e '/videodisplay.h/d' \
-e '/labeldisplay.h/d' ${WRKSRC}/mainwindow.ui \