aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2011-12-17 14:50:13 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2011-12-17 14:50:13 +0000
commit640456bd635665593be185bd5b392895cdd5ee22 (patch)
tree2fcc2d5d42c820cc77bec5b1a82fec6579b6473d /graphics
parent004f04d19d7c98151e5523431d402c81eeb0f6fa (diff)
downloadports-640456bd635665593be185bd5b392895cdd5ee22.tar.gz
ports-640456bd635665593be185bd5b392895cdd5ee22.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ogre3d/Makefile4
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' \