Ticket #52508: gnutls.patch

File gnutls.patch, 1.0 KB (added by lbschenkel (Leonardo Brondani Schenkel), 8 years ago)
  • gnutls/Portfile

    diff --git a/gnutls/Portfile b/gnutls/Portfile
    a b  
    66
    77name            gnutls
    88version         3.4.15
    9 revision        2
     9revision        3
    1010set branch      [join [lrange [split ${version} .] 0 1] .]
    1111categories      devel security
    1212# yes, some of the libs are GPL only
     
    3939                port:libtasn1 \
    4040                port:p11-kit \
    4141                port:nettle \
    42                 path:share/curl/curl-ca-bundle.crt:curl-ca-bundle \
    4342                port:zlib
    4443
    4544patchfiles      patch-tests-pkcs11-pkcs11-mock.c.diff
     
    6059                --enable-openssl-compatibility \
    6160                --with-p11-kit \
    6261                --with-system-priority-file="${prefix}/etc/gnutls/default-priorities" \
    63                 --with-default-trust-store-file="${prefix}/share/curl/curl-ca-bundle.crt" \
     62                --with-default-trust-store-pkcs11=pkcs11: \
    6463                ac_cv_prog_AWK=/usr/bin/awk
    6564
    6665variant dane description {Build libdane using unbound libraries} {