aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMisty De Meo2011-12-05 19:07:54 -0600
committerAdam Vandenberg2011-12-06 18:53:42 -0800
commit54f31acf419e7c248a811b17463d29b0c4ba8066 (patch)
treede2adf091ce4447991bba91d8120d7f0d6f5c9b7
parent691b21a2ebcda090d2d7b62e1ec3e889ebde5914 (diff)
downloadhomebrew-54f31acf419e7c248a811b17463d29b0c4ba8066.tar.bz2
scsh: Build 32-bit
scsh fails to build for 64-bit with gcc-4.2, llvm-gcc and clang, but builds fine for a 32-bit target with any of them. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-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}",