diff options
| author | Misty De Meo | 2011-12-12 09:10:52 -0600 |
|---|---|---|
| committer | Misty De Meo | 2011-12-12 09:10:52 -0600 |
| commit | d29184867bfd829b0ce84d7b533caf545c6e3f6e (patch) | |
| tree | 3e49bed3dafdfb7369545b905328e048c469a911 /Library/Formula/gforth.rb | |
| parent | 101a1679256f002b9deef5bfe1278e80e8484d7a (diff) | |
| parent | fbd51c114613c8b8b65039c37545dd9bf008f06c (diff) | |
| download | homebrew-d29184867bfd829b0ce84d7b533caf545c6e3f6e.tar.bz2 | |
Merge branch 'master' of git://github.com/mxcl/homebrew
Diffstat (limited to 'Library/Formula/gforth.rb')
| -rw-r--r-- | Library/Formula/gforth.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/gforth.rb b/Library/Formula/gforth.rb index 19381a7dc..b3937d438 100644 --- a/Library/Formula/gforth.rb +++ b/Library/Formula/gforth.rb @@ -9,7 +9,7 @@ class Gforth < Formula ENV.j1 # Parallel builds won't work # Install 32-bit only, even on Snow Leopard. See: # http://www.groupsrv.com/computers/about648918.html - ENV['CC'] = "gcc -m32" + ENV['CC'] = "#{ENV.cc} -m32" system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}" system "make" # Separate build steps. system "make install" |
