aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2012-03-10 18:19:31 -0800
committerAdam Vandenberg2012-03-10 18:19:31 -0800
commit009e3191b538f3d053b351dd65c0bea7d58d545f (patch)
treef9342acf36f05f85f54855bf0e5d8cdced9b16c5 /Library/Formula
parentb92a8cfd819b808c0144f0558000dc4ff68c3f0e (diff)
downloadhomebrew-009e3191b538f3d053b351dd65c0bea7d58d545f.tar.bz2
bibutils: update comment
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/bibutils.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/bibutils.rb b/Library/Formula/bibutils.rb
index 49ab7ae11..036a2cbf8 100644
--- a/Library/Formula/bibutils.rb
+++ b/Library/Formula/bibutils.rb
@@ -8,8 +8,8 @@ class Bibutils < Formula
def install
system "./configure --install-dir #{prefix}"
+ # The configure script replaces the CC variable wrong, so fix it here
inreplace 'Makefile' do |s|
- # this is weird, but necessary
s.change_make_var! 'CC', "CC=#{ENV.cc}"
end