diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2011-12-17 14:50:13 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2011-12-17 14:50:13 +0000 |
commit | 640456bd635665593be185bd5b392895cdd5ee22 (patch) | |
tree | 2fcc2d5d42c820cc77bec5b1a82fec6579b6473d /graphics | |
parent | 004f04d19d7c98151e5523431d402c81eeb0f6fa (diff) | |
download | ports-640456bd635665593be185bd5b392895cdd5ee22.tar.gz ports-640456bd635665593be185bd5b392895cdd5ee22.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ogre3d/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/ogre3d/Makefile b/graphics/ogre3d/Makefile index 948ba381e1c9..7a78f5e8b92e 100644 --- a/graphics/ogre3d/Makefile +++ b/graphics/ogre3d/Makefile @@ -44,6 +44,10 @@ PLIST_SUB+= BOOSTFALSE="" BROKEN= Does not install on powerpc .endif +.if ${CXX:M*clang*} +CMAKE_ARGS+= -DCMAKE_COMPILER_IS_GNUCXX:BOOL=YES +.endif + post-patch: .if defined(WITHOUT_BOOST) @${REINPLACE_CMD} -e 's|Boost|No_Boost|g' \ |