From 1516f78bd5e03389fa9053640485cb0ef28965f7 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 1 Apr 2012 14:30:06 -0500 Subject: open-scene-graph: fails with clang Closes #11348. Signed-off-by: Jack Nagel --- Library/Formula/open-scene-graph.rb | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Library') 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 -- cgit v1.2.3