Mark as broken on powerpc-9: segfault.

Hat:		portmgr
Feature safe:	yes
This commit is contained in:
Mark Linimon 2011-11-11 04:34:45 +00:00
parent dcb2f2b65b
commit 3a4d0a2ea1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285523

View file

@ -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>