aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2009-11-20 22:42:58 -0800
committerMax Howell2009-12-12 16:24:16 +0000
commitf34d241fa1b43742416192e31271ed80ac427803 (patch)
treeda136786cedd5e9acf896aa5ea2dc14cd34dc61e
parent4806f7d8a8c1aacfb57ea794e2e80bb85d31e9b9 (diff)
downloadhomebrew-f34d241fa1b43742416192e31271ed80ac427803.tar.bz2
Aspell compiles with newer LLVM.
-rw-r--r--Library/Formula/aspell.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/aspell.rb b/Library/Formula/aspell.rb
index d0bba8815..7c91f23a1 100644
--- a/Library/Formula/aspell.rb
+++ b/Library/Formula/aspell.rb
@@ -6,7 +6,6 @@ class Aspell <Formula
md5 'bc80f0198773d5c05086522be67334eb'
def install
- ENV.gcc_4_2
system "./configure", "--prefix=#{prefix}"
system "make install"
end