New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #18306: patch-automoc.diff

File patch-automoc.diff, 0.5 KB (added by jm@…, 3 years ago)

Add gcc42 compilation options.

  • Portfile

     
    1717distname            ${name}4-${version} 
    1818checksums           md5 824504508d581e82d5e1a17b01a1d684 
    1919 
     20depends_build       port:gcc42 
    2021depends_lib         port:qt4-mac 
    2122 
    2223use_parallel_build  yes 
    2324worksrcdir          build 
     25 
     26configure.compiler  macports-gcc-4.2 
    2427pre-configure       { file mkdir ${worksrcpath} } 
    25  
    26 configure.compiler  gcc-4.2 
    2728configure.args-append      ../${distname} 
    2829