diff options
| author | Max Howell | 2009-12-16 19:22:46 +0000 | 
|---|---|---|
| committer | Max Howell | 2009-12-16 19:24:37 +0000 | 
| commit | dde1dd498cb6a8980755836684acadf79806e88d (patch) | |
| tree | 7ebce032fbb0e501033454ff6b27e768d5b228ad /Library/Formula/aspell.rb | |
| parent | 527fdcc808cb5ccb936c5af2e76bea2bf4895158 (diff) | |
| download | homebrew-dde1dd498cb6a8980755836684acadf79806e88d.tar.bz2 | |
Revert "Aspell compiles with newer LLVM."
This reverts commit f34d241fa1b43742416192e31271ed80ac427803.
Doesn't seemingly build with LLVM for some people.
Diffstat (limited to 'Library/Formula/aspell.rb')
| -rw-r--r-- | Library/Formula/aspell.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/aspell.rb b/Library/Formula/aspell.rb index 7c91f23a1..d0bba8815 100644 --- a/Library/Formula/aspell.rb +++ b/Library/Formula/aspell.rb @@ -6,6 +6,7 @@ class Aspell <Formula    md5 'bc80f0198773d5c05086522be67334eb'    def install +    ENV.gcc_4_2      system "./configure", "--prefix=#{prefix}"      system "make install"    end  | 
