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/ohphone | |
parent | 07ab0ca853926238c3c1548425d318529c375716 (diff) | |
download | ports-ad4819f70d26a023c917c975bf72518ecca0e3b2.tar.gz ports-ad4819f70d26a023c917c975bf72518ecca0e3b2.zip |
Notes
Diffstat (limited to 'net/ohphone')
-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 |