aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMichael Lapinsky2011-04-17 19:15:54 -0700
committerAdam Vandenberg2011-04-18 07:41:03 -0700
commit803e40bf43ad9c590a1f682cda37ab5265f5cb82 (patch)
tree456bdbc18ad7d200bd452be08810a787c573cee7 /Library/Formula
parent2fd553b716550531feccec529ea18fde4e1227a6 (diff)
downloadhomebrew-803e40bf43ad9c590a1f682cda37ab5265f5cb82.tar.bz2
Update Formula: ccache
Added symlinks for gcc-4.2, c++-4.2 and g++-4.2 (to match those added by MacPorts' ccache portfile) Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ccache.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/ccache.rb b/Library/Formula/ccache.rb
index 9ae4ae663..8fa34aa37 100644
--- a/Library/Formula/ccache.rb
+++ b/Library/Formula/ccache.rb
@@ -20,9 +20,9 @@ class Ccache < Formula
%w[
cc
- gcc gcc2 gcc3 gcc-3.3 gcc-4.0
- c++ c++3 c++-3.3 c++-4.0
- g++ g++2 g++3 g++-3.3 g++-4.0
+ gcc gcc2 gcc3 gcc-3.3 gcc-4.0 gcc-4.2
+ c++ c++3 c++-3.3 c++-4.0 c++-4.2
+ g++ g++2 g++3 g++-3.3 g++-4.0 g++-4.2
].each do |prog|
ln_s bin+"ccache", libexec + prog
end