diff options
| author | Adam Vandenberg | 2009-11-20 22:42:58 -0800 |
|---|---|---|
| committer | Max Howell | 2009-12-12 16:24:16 +0000 |
| commit | f34d241fa1b43742416192e31271ed80ac427803 (patch) | |
| tree | da136786cedd5e9acf896aa5ea2dc14cd34dc61e | |
| parent | 4806f7d8a8c1aacfb57ea794e2e80bb85d31e9b9 (diff) | |
| download | homebrew-f34d241fa1b43742416192e31271ed80ac427803.tar.bz2 | |
Aspell compiles with newer LLVM.
| -rw-r--r-- | Library/Formula/aspell.rb | 1 |
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 |
