aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/open-scene-graph.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/Library/Formula/open-scene-graph.rb b/Library/Formula/open-scene-graph.rb
index 7eb52f8bf..44392c3a7 100644
--- a/Library/Formula/open-scene-graph.rb
+++ b/Library/Formula/open-scene-graph.rb
@@ -17,6 +17,14 @@ class OpenSceneGraph < Formula
depends_on 'librsvg' => :optional
depends_on 'collada-dom' => :optional
+ fails_with :clang do
+ build 318
+ cause <<-EOS.undent
+ cannot initialize a parameter of type 'void *' with an lvalue of type 'const void *const'
+ http://forum.openscenegraph.org/viewtopic.php?t=10042
+ EOS
+ end
+
# The mini-Boost finder in FindCOLLADA doesn't find our boost, so fix it.
def patches
return DATA