aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gforth.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/gforth.rb')
-rw-r--r--Library/Formula/gforth.rb2
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"