diff options
| author | Max Howell | 2009-10-12 15:46:48 +0100 |
|---|---|---|
| committer | Max Howell | 2009-10-12 15:46:48 +0100 |
| commit | f2020a97b034c93a2062718ac80c03e06a326dc3 (patch) | |
| tree | 3fa6363ebb231a73e507524b5a0fbae9b8dad085 /Library/Formula | |
| parent | 5fb525b86ba2135cab003e80cccb9f7bc24b9e15 (diff) | |
| download | homebrew-f2020a97b034c93a2062718ac80c03e06a326dc3.tar.bz2 | |
Fixes #88; Aspell doesn't compile with LLVM
Diffstat (limited to 'Library/Formula')
| -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 96c6d3d7b..199032ad3 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 |
