diff options
author | garga <garga@FreeBSD.org> | 2006-07-04 21:51:56 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-07-04 21:51:56 +0800 |
commit | 4945d227ffdd8784ced0645bd5c933d44c17cc95 (patch) | |
tree | af100b14dd051da93d88b1e5a9cd1fc57313ffd5 /net | |
parent | e011b60c970059bbaf0faa6532c460589f12aa69 (diff) | |
download | freebsd-ports-gnome-4945d227ffdd8784ced0645bd5c933d44c17cc95.tar.gz freebsd-ports-gnome-4945d227ffdd8784ced0645bd5c933d44c17cc95.tar.zst freebsd-ports-gnome-4945d227ffdd8784ced0645bd5c933d44c17cc95.zip |
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
Diffstat (limited to 'net')
-rw-r--r-- | net/cphone/Makefile | 4 |
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 \ |