diff options
Diffstat (limited to 'Library/Formula/aspell.rb')
| -rw-r--r-- | Library/Formula/aspell.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/aspell.rb b/Library/Formula/aspell.rb index 3d7f2fe54..ec19cb493 100644 --- a/Library/Formula/aspell.rb +++ b/Library/Formula/aspell.rb @@ -13,6 +13,8 @@ class Aspell < Formula homepage 'http://aspell.net/' md5 'bc80f0198773d5c05086522be67334eb' + fails_with_llvm "Segmentation fault during linking." + def options [ ['--lang=XX,...', "Install dictionary for language XX where XX is the country code, e.g.: --lang=en,es\n\tAvailable country codes: #{available_languages.join(', ')}"], @@ -21,7 +23,6 @@ class Aspell < Formula end def install - fails_with_llvm system "./configure", "--prefix=#{prefix}" system "make install" |
