Ticket #969: libwww_update.diff
File libwww_update.diff, 495 bytes (added by blb@…, 21 years ago) |
---|
-
Portfile
old new 29 29 post-patch { system "cp ${distpath}/ltconfig13 ${worksrcpath}/config/ltconfig" 30 30 system "cp ${distpath}/ltmain13 ${worksrcpath}/config/ltmain.sh" } 31 31 32 configure.args --enable-shared --enable-static --with-zlib 32 configure.args --enable-shared --enable-static --with-zlib --with-ssl 33 34 variant expat { 35 depends_build-append lib:libexpat.0:expat 36 configure.args-append --with-expat 37 } 38