diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-07-04 13:52:41 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-07-04 13:52:41 +0000 |
commit | ad4819f70d26a023c917c975bf72518ecca0e3b2 (patch) | |
tree | 96332c165f5edfef80ebe2651133b92e7667959b /net | |
parent | As already done for other devel/pwlib and net/openh323 dependant ports, (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/99766
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=166915
Diffstat (limited to 'net')
-rw-r--r-- | net/ohphone/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/ohphone/Makefile b/net/ohphone/Makefile index 9dbd439357b7..ab13be172fbb 100644 --- a/net/ohphone/Makefile +++ b/net/ohphone/Makefile @@ -33,6 +33,10 @@ 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 +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/obj_r/ohphone ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/ohphone.1 ${PREFIX}/man/man1 |