Ticket #7781: patch
File patch, 746 bytes (added by easye, 19 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 name cadaver 5 5 version 0.22.2 6 revision 16 revision 2 7 7 categories www 8 8 maintainers landonf@opendarwin.org 9 9 description Commandline client for DAV … … 19 19 checksums md5 167cca2089bdb86c42b6d5f0187cdc16 20 20 depends_lib lib:libexpat.0:expat lib:libssl.0.9:openssl 21 21 configure.env \ 22 LDFLAGS="-L ${prefix}/lib" \22 LDFLAGS="-Llibneon -L${prefix}/lib" \ 23 23 CPPFLAGS="-I${prefix}/include -no-cpp-precomp" 24 configure.args --with-expat --with-ssl --with-force-ssl 24 configure.args --with-expat --with-ssl --with-force-ssl --with-included-neon 25 25 destroot.destdir prefix=${destroot}${prefix} 26 26 27 27 platform darwin 6 {