Ticket #18306: patch-kdelibs4.diff

File patch-kdelibs4.diff, 729 bytes (added by jm@…, 15 years ago)

Allows to compile setting compiler to gcc42

  • Portfile

     
    1616use_bzip2           yes
    1717distname            kdelibs-${version}
    1818checksums           md5 2d830a922195fefe6e073111850247ac
    19 
     19   
    2020depends_lib-append  port:qt4-mac port:phonon \
    2121                    port:soprano port:cyrus-sasl2 \
    2222                    port:strigi port:gettext \
     
    3131                    port:openssl port:enchant \
    3232                    port:aspell port:aspell-dict-en
    3333
     34configure.compiler  macports-gcc-4.2
    3435configure.args-append   ../${distname} \
    3536                        -DWITH_ENCHANT=ON \
    3637                        -DWITH_ASPELL=ON \