aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/w3m.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/w3m.rb b/Library/Formula/w3m.rb
index 9216f931a..46b2159b3 100644
--- a/Library/Formula/w3m.rb
+++ b/Library/Formula/w3m.rb
@@ -8,6 +8,7 @@ class W3m <Formula
depends_on 'bdw-gc'
def install
+ ENV.gcc_4_2
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
system "make install"
end