diff options
Diffstat (limited to 'Library/Formula/povray.rb')
| -rw-r--r-- | Library/Formula/povray.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/povray.rb b/Library/Formula/povray.rb index ae9fd82be..99da5852b 100644 --- a/Library/Formula/povray.rb +++ b/Library/Formula/povray.rb @@ -6,8 +6,7 @@ class Povray <Formula md5 'b5789bb7eeaed0809c5c82d0efda571d' def install - # llvm-gcc: povray fails with 'terminate called after throwing an instance of int' - ENV.gcc_4_2 + fails_with_llvm "llvm-gcc: povray fails with 'terminate called after throwing an instance of int'" system "./configure", "COMPILED_BY=homebrew", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" system "make install" |
