New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Ticket #17562: kdelibs4_portfile.patch

File kdelibs4_portfile.patch, 486 bytes (added by jjstickel@…, 6 months ago)

patch for kdelibs4 Portfile

  • Portfile

    old new  
    3636 
    3737configure.cmd       cmake 
    3838configure.ccache    no 
    39 configure.compiler  gcc-4.2 
     39 
     40platform darwin 8 { 
     41        depends_build-append    port:gcc42 
     42        configure.compiler      macports-gcc-4.2 
     43} 
     44platform darwin 9 { 
     45        configure.compiler      gcc-4.2 
     46} 
     47 
    4048configure.args  ../${distname} -DBUILD_SHARED_LIBS=ON \ 
    4149                -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON \ 
    4250                -DCMAKE_VERBOSE_MAKEFILE=ON \