aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/povray.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2011-03-21 14:24:22 -0700
committerAdam Vandenberg2011-03-25 23:31:30 -0700
commitf4a925da5aee87cf7e2509116a495779a1af64b8 (patch)
tree77ce200b7df19713daf11c72e92c628c86d8a017 /Library/Formula/povray.rb
parent8f16c418877efb9f036aa4e90fe72406ff27e8a3 (diff)
downloadhomebrew-f4a925da5aee87cf7e2509116a495779a1af64b8.tar.bz2
Update fails_with_llvm in formulae
Diffstat (limited to 'Library/Formula/povray.rb')
-rw-r--r--Library/Formula/povray.rb4
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}",