mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Mark as broken on powerpc: fails to install.
Hat: portmgr Feature safe: yes
This commit is contained in:
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
|
@ -46,4 +46,10 @@ do-install:
|
||||||
${PREFIX}/share/locale/${lang}/flphoto_${lang}
|
${PREFIX}/share/locale/${lang}/flphoto_${lang}
|
||||||
.endfor
|
.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>
|
||||||
|
|
|
@ -31,6 +31,9 @@ MAKE_JOBS_SAFE= yes
|
||||||
.if ${OSVERSION} < 700000
|
.if ${OSVERSION} < 700000
|
||||||
BROKEN= Does not compile
|
BROKEN= Does not compile
|
||||||
.endif
|
.endif
|
||||||
|
.if ${ARCH} == "powerpc"
|
||||||
|
BROKEN= Does not install on powerpc
|
||||||
|
.endif
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's|(CEGUI::uint)|(size_t)|' \
|
@${REINPLACE_CMD} -e 's|(CEGUI::uint)|(size_t)|' \
|
||||||
|
|
Loading…
Add table
Reference in a new issue