mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
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
This commit is contained in:
parent
07ab0ca853
commit
ad4819f70d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166915
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user