aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/streamripper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/streamripper.rb')
-rw-r--r--Library/Formula/streamripper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/streamripper.rb b/Library/Formula/streamripper.rb
index 0676c3be5..ba3ea7363 100644
--- a/Library/Formula/streamripper.rb
+++ b/Library/Formula/streamripper.rb
@@ -8,7 +8,7 @@ class Streamripper <Formula
depends_on 'glib'
def install
- ENV.gcc_4_2 # strange runtime errors with llvm
+ fails_with_llvm "strange runtime errors with llvm"
File.chmod 0755, "./install-sh" # without this 'make install' doesn't seem to work (permission denied)
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
system "make install"