Ticket #7781: patch

File patch, 746 bytes (added by easye, 18 years ago)

Portfile patch

  • Portfile

    old new  
    33PortSystem 1.0
    44name            cadaver
    55version         0.22.2
    6 revision        1
     6revision        2
    77categories      www
    88maintainers     landonf@opendarwin.org
    99description     Commandline client for DAV
     
    1919checksums       md5 167cca2089bdb86c42b6d5f0187cdc16
    2020depends_lib     lib:libexpat.0:expat lib:libssl.0.9:openssl
    2121configure.env \
    22         LDFLAGS="-L${prefix}/lib" \
     22        LDFLAGS="-Llibneon -L${prefix}/lib" \
    2323        CPPFLAGS="-I${prefix}/include -no-cpp-precomp"
    24 configure.args  --with-expat --with-ssl --with-force-ssl
     24configure.args  --with-expat --with-ssl --with-force-ssl --with-included-neon
    2525destroot.destdir prefix=${destroot}${prefix}
    2626
    2727platform darwin 6 {