Ticket #42728: patch-gnutls-3.3.3.diff

File patch-gnutls-3.3.3.diff, 963 bytes (added by dbevans (David B. Evans), 10 years ago)

Patch to build correctly even if autogen is installed

  • Portfile

     
    66
    77name            gnutls
    88version         3.3.3
     9revision        1
    910set branch      [join [lrange [split ${version} .] 0 1] .]
    1011categories      devel security
    1112# yes, some of the libs are GPL only
     
    3637                port:libidn \
    3738                port:libtasn1 \
    3839                port:p11-kit \
    39                 port:nettle
     40                port:nettle \
     41                port:unbound
    4042
    4143post-patch {
    4244    # Remove comments which confuse at least Leopard's assembler.
     
    4850
    4951configure.args  --disable-guile \
    5052                --disable-silent-rules \
    51                 --with-p11-kit           
     53                --with-p11-kit \
     54                --enable-local-libopts
    5255
    5356if {[variant_isset universal]} {
    5457    set merger_host(x86_64) x86_64-apple-${os.platform}${os.major}