Mark as broken on powerpc: fails to install.

Hat:		portmgr
Feature safe:	yes
This commit is contained in:
Mark Linimon 2011-11-11 02:48:26 +00:00
parent 4f88e888c0
commit d35c0b9cc6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285500
2 changed files with 10 additions and 1 deletions

View file

@ -46,4 +46,10 @@ do-install:
${PREFIX}/share/locale/${lang}/flphoto_${lang}
.endfor
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "powerpc"
BROKEN= Does not install on powerpc
.endif
.include <bsd.port.post.mk>

View file

@ -31,6 +31,9 @@ MAKE_JOBS_SAFE= yes
.if ${OSVERSION} < 700000
BROKEN= Does not compile
.endif
.if ${ARCH} == "powerpc"
BROKEN= Does not install on powerpc
.endif
post-patch:
@${REINPLACE_CMD} -e 's|(CEGUI::uint)|(size_t)|' \