Ticket #19626: ccache_for_snow_leopard.patch
File ccache_for_snow_leopard.patch, 575 bytes (added by manphiz@…, 15 years ago) |
---|
-
Portfile
old new 34 34 35 35 foreach {bin} { 36 36 cc 37 gcc gcc2 gcc3 gcc-3.3 gcc-4.0 38 c++ c++3 c++-3.3 c++-4.0 39 g++ g++2 g++3 g++-3.3 g++-4.0 37 gcc gcc2 gcc3 gcc-3.3 gcc-4.0 gcc-4.2 38 c++ c++3 c++-3.3 c++-4.0 c++-4.2 39 g++ g++2 g++3 g++-3.3 g++-4.0 g++-4.2 40 40 } { 41 41 ln -sf ${prefix}/bin/ccache ${destroot}${symlinks_dir}/${bin} 42 42 }