mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 16:59:17 -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}
|
||||
.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
|
||||
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)|' \
|
||||
|
|
Loading…
Add table
Reference in a new issue