diff options
Diffstat (limited to 'Library/Formula/povray.rb')
| -rw-r--r-- | Library/Formula/povray.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/povray.rb b/Library/Formula/povray.rb index f83de8090..f319d5f0c 100644 --- a/Library/Formula/povray.rb +++ b/Library/Formula/povray.rb @@ -8,9 +8,9 @@ class Povray < Formula depends_on 'libtiff' => :optional depends_on 'jpeg' => :optional - def install - fails_with_llvm "llvm-gcc: povray fails with 'terminate called after throwing an instance of int'" + fails_with_llvm "llvm-gcc: povray fails with 'terminate called after throwing an instance of int'" + def install system "./configure", "--disable-debug", "--disable-dependency-tracking", "COMPILED_BY=homebrew", "--prefix=#{prefix}", |
