aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2010-02-16 22:15:24 -0800
committerAdam Vandenberg2010-02-16 22:15:24 -0800
commitff5ce16bee6e2427052fb3ec792ae8f05419eedf (patch)
treec46937b49168853f9bb0711e1348a4820cb5d470 /Library
parent57301dec751a359e11de60070315864769091e6f (diff)
downloadhomebrew-ff5ce16bee6e2427052fb3ec792ae8f05419eedf.tar.bz2
Use gcc for unittest, so its own tests pass.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/unittest.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/unittest.rb b/Library/Formula/unittest.rb
index 0b668fb93..9d3d3b1f5 100644
--- a/Library/Formula/unittest.rb
+++ b/Library/Formula/unittest.rb
@@ -6,6 +6,7 @@ class Unittest <Formula
@md5='6eaa2823620c2e21fc745bd8da6a26b2'
def install
+ ENV.gcc_4_2
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
system "make install"
end