Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Ticket #10989: gcc41.diff

File gcc41.diff, 312 bytes (added by ansgar@…, 2 years ago)

Patch to Portfile

  • Portfile

    old new  
    7676                --with-ar=${prefix}/bin/odar 
    7777} 
    7878 
     79platform darwin 7 { 
     80       configure.env NM=/opt/local/bin/odnm 
     81} 
     82 
     83 
    7984platform darwin 8 { 
    8085        configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0 
    8186}