aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gmp.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/gmp.rb')
-rw-r--r--Library/Formula/gmp.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/gmp.rb b/Library/Formula/gmp.rb
index f966100c4..3d765ac01 100644
--- a/Library/Formula/gmp.rb
+++ b/Library/Formula/gmp.rb
@@ -13,8 +13,7 @@ class Gmp <Formula
end
def install
- # On OS X 10.6, some tests fail under LLVM
- ENV.gcc_4_2
+ fails_with_llvm "On OS X 10.6, some tests fail under LLVM"
args = ["--prefix=#{prefix}", "--infodir=#{info}", "--enable-cxx"]