aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/aspell.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/aspell.rb')
-rw-r--r--Library/Formula/aspell.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/aspell.rb b/Library/Formula/aspell.rb
index 7013211f2..1177c3e38 100644
--- a/Library/Formula/aspell.rb
+++ b/Library/Formula/aspell.rb
@@ -358,7 +358,7 @@ class Aspell <Formula
end
def install
- ENV.gcc_4_2
+ fails_with_llvm
system "./configure", "--prefix=#{prefix}"
system "make install"