Ticket #40067: curl-certsync.patch

File curl-certsync.patch, 621 bytes (added by neverpanic (Clemens Lang), 11 years ago)
  • Portfile

     
    160160
    161161    variant ssl conflicts gnutls description {Allow secure connections using OpenSSL} {
    162162        depends_lib-append      port:openssl \
    163                                 port:curl-ca-bundle
     163                                path:share/curl/curl-ca-bundle.crt:curl-ca-bundle
    164164        configure.args-delete   --without-ssl
    165165        configure.args-append   --with-ssl \
    166166                                --with-ca-bundle=${prefix}/share/curl/curl-ca-bundle.crt