diff options
| author | Jack Nagel | 2012-04-01 14:30:06 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-04-01 14:30:06 -0500 |
| commit | 1516f78bd5e03389fa9053640485cb0ef28965f7 (patch) | |
| tree | 53aba6d832e92496159eb60cd6a277d668df6d96 /Library/Formula/open-scene-graph.rb | |
| parent | 5efc812aca8f209fd533be15961c6678053b750b (diff) | |
| download | homebrew-1516f78bd5e03389fa9053640485cb0ef28965f7.tar.bz2 | |
open-scene-graph: fails with clang
Closes #11348.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/open-scene-graph.rb')
| -rw-r--r-- | Library/Formula/open-scene-graph.rb | 8 |
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 |
