Don't force gcc in Aspell, now that LD is set correctly.
This commit is contained in:
parent
06d167789e
commit
80739bd761
1 changed files with 3 additions and 4 deletions
|
@ -1,12 +1,11 @@
|
|||
require 'brewkit'
|
||||
|
||||
class Aspell <Formula
|
||||
@url='ftp://ftp.gnu.org/gnu/aspell/aspell-0.60.6.tar.gz'
|
||||
@homepage='http://aspell.net/'
|
||||
@md5='bc80f0198773d5c05086522be67334eb'
|
||||
url 'ftp://ftp.gnu.org/gnu/aspell/aspell-0.60.6.tar.gz'
|
||||
homepage 'http://aspell.net/'
|
||||
md5 'bc80f0198773d5c05086522be67334eb'
|
||||
|
||||
def install
|
||||
ENV.gcc_4_2
|
||||
system "./configure", "--prefix=#{prefix}"
|
||||
system "make install"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue