diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2011-11-11 02:48:26 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2011-11-11 02:48:26 +0000 |
commit | d35c0b9cc660e1335eaa0f8f8e773ece9da4fffd (patch) | |
tree | d3791d665d575feecc92adffc0e51adadf5904eb /graphics/ogre3d | |
parent | 4f88e888c0c58f13245f2f2290e188988a8e6201 (diff) | |
download | ports-d35c0b9cc660e1335eaa0f8f8e773ece9da4fffd.tar.gz ports-d35c0b9cc660e1335eaa0f8f8e773ece9da4fffd.zip |
Notes
Diffstat (limited to 'graphics/ogre3d')
-rw-r--r-- | graphics/ogre3d/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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)|' \ |