diff --git a/graphics/flphoto/Makefile b/graphics/flphoto/Makefile index 5606c5616bbb..8aad91394d27 100644 --- a/graphics/flphoto/Makefile +++ b/graphics/flphoto/Makefile @@ -46,4 +46,10 @@ do-install: ${PREFIX}/share/locale/${lang}/flphoto_${lang} .endfor -.include +.include + +.if ${ARCH} == "powerpc" +BROKEN= Does not install on powerpc +.endif + +.include diff --git a/graphics/ogre3d/Makefile b/graphics/ogre3d/Makefile index f8a93d421286..06da2026a8c8 100644 --- a/graphics/ogre3d/Makefile +++ b/graphics/ogre3d/Makefile @@ -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)|' \