Ticket #19626: ccache_for_snow_leopard.patch

File ccache_for_snow_leopard.patch, 575 bytes (added by manphiz@…, 14 years ago)

Proposed patch

  • Portfile

    old new  
    3434
    3535    foreach {bin} {
    3636            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
    4040    } {
    4141        ln -sf ${prefix}/bin/ccache ${destroot}${symlinks_dir}/${bin}
    4242    }