From d35c0b9cc660e1335eaa0f8f8e773ece9da4fffd Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Fri, 11 Nov 2011 02:48:26 +0000 Subject: [PATCH] Mark as broken on powerpc: fails to install. Hat: portmgr Feature safe: yes --- graphics/flphoto/Makefile | 8 +++++++- graphics/ogre3d/Makefile | 3 +++ 2 files changed, 10 insertions(+), 1 deletion(-) 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)|' \