aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2010-03-04 21:54:37 -0800
committerAdam Vandenberg2010-03-04 21:54:41 -0800
commitffe3a06f2738fc28e833990c9dcc8b3ac315be4a (patch)
tree7400e3e9265593d1e6dab4a572896655a08189f2 /Library/Formula
parent6d7f04987028b00b4b3b050e3bf2031232ca66e1 (diff)
downloadhomebrew-ffe3a06f2738fc28e833990c9dcc8b3ac315be4a.tar.bz2
Fixes #889
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/id3v2.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/id3v2.rb b/Library/Formula/id3v2.rb
index 435e746f3..62f232772 100644
--- a/Library/Formula/id3v2.rb
+++ b/Library/Formula/id3v2.rb
@@ -8,7 +8,7 @@ class Id3v2 <Formula
depends_on 'id3lib'
def install
- inreplace 'Makefile', 'c++', ''
+ inreplace 'Makefile', 'c++', ENV.cxx
inreplace 'Makefile', '/man/man1', '/share/man/man1'
bin.mkpath