aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMark Imbriaco2009-10-02 16:40:32 -0400
committerMax Howell2009-10-03 13:28:31 +0100
commit1a078ef196cd868aa05b8798991bb11671dd5706 (patch)
tree1838aa095e04f8e2cc21689b7c96ae30c0364370 /Library
parente7ef3c6ad8a362ef6305965b44bb06931b0f6788 (diff)
downloadhomebrew-1a078ef196cd868aa05b8798991bb11671dd5706.tar.bz2
Make the elinks formula use gcc-4.2.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/elinks.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/elinks.rb b/Library/Formula/elinks.rb
index 279f40199..6d44ef0ff 100644
--- a/Library/Formula/elinks.rb
+++ b/Library/Formula/elinks.rb
@@ -7,6 +7,8 @@ class Elinks <Formula
def install
ENV.deparallelize
+ ENV.gcc_4_2
+ ENV.delete('LD')
system "./configure --prefix='#{prefix}'"
system "make install"
end