diff options
author | garga <garga@FreeBSD.org> | 2006-07-04 21:52:41 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-07-04 21:52:41 +0800 |
commit | 7ea09cb3638eaa1850d8fcb541603d4d2ff0b70d (patch) | |
tree | 437dd533b55167709a74b9e51396f8477d54b88b /net | |
parent | 4945d227ffdd8784ced0645bd5c933d44c17cc95 (diff) | |
download | freebsd-ports-gnome-7ea09cb3638eaa1850d8fcb541603d4d2ff0b70d.tar.gz freebsd-ports-gnome-7ea09cb3638eaa1850d8fcb541603d4d2ff0b70d.tar.zst freebsd-ports-gnome-7ea09cb3638eaa1850d8fcb541603d4d2ff0b70d.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/99766
Submitted by: maintainer
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 |