Ticket #969: libwww_update.diff

File libwww_update.diff, 495 bytes (added by blb@…, 21 years ago)

unidiff to Portfile

  • Portfile

    old new  
    2929post-patch { system "cp ${distpath}/ltconfig13 ${worksrcpath}/config/ltconfig"
    3030             system "cp ${distpath}/ltmain13 ${worksrcpath}/config/ltmain.sh" }
    3131
    32 configure.args          --enable-shared --enable-static --with-zlib
     32configure.args          --enable-shared --enable-static --with-zlib --with-ssl
     33
     34variant expat           {
     35        depends_build-append    lib:libexpat.0:expat
     36        configure.args-append   --with-expat
     37}
     38