aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/scsh.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/scsh.rb')
-rw-r--r--Library/Formula/scsh.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/scsh.rb b/Library/Formula/scsh.rb
index eb66c2f38..05ff6692a 100644
--- a/Library/Formula/scsh.rb
+++ b/Library/Formula/scsh.rb
@@ -6,8 +6,8 @@ class Scsh < Formula
md5 '69c88ca86a8aaaf0f87d253b99d339b5'
def install
- # 4.2 segfaults in building phase
- ENV.gcc_4_0
+ # will not build 64-bit
+ ENV.m32
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--infodir=#{info}",