Changes between Initial Version and Version 1 of Ticket #19626


Ignore:
Timestamp:
May 15, 2009, 3:44:40 AM (15 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19626

    • Property Owner changed from macports-tickets@… to nox@…
  • Ticket #19626 – Description

    initial v1  
    11The portfile for ccache has the following:
    22
     3{{{
    34    foreach {bin} {
    45            cc
     
    910        ln -sf ${prefix}/bin/ccache ${destroot}${symlinks_dir}/${bin}
    1011    }
     12}}}
    1113
    1214At least on Leopard, it should also set up gcc-4.2 and g++-4.2.
     15