Mark as broken on powerpc-9: segfault.
Hat: portmgr Feature safe: yes
This commit is contained in:
parent
dcb2f2b65b
commit
3a4d0a2ea1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285523
1 changed files with 7 additions and 1 deletions
|
@ -39,4 +39,10 @@ do-install:
|
|||
${PREFIX}/share/ispell/ukrainian.dict
|
||||
${INSTALL_SCRIPT} ${FILESDIR}/ispell-uk ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "powerpc" && ${OSVERSION} > 900000
|
||||
BROKEN= Does not build on powerpc-9: segfault
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue