Ticket #44755: Portfile-gnutls.diff

File Portfile-gnutls.diff, 645 bytes (added by Schamschula (Marius Schamschula), 10 years ago)
  • Portfile

    old new  
    66
    77name            gnutls
    88version         3.3.7
     9revision        1
    910set branch      [join [lrange [split ${version} .] 0 1] .]
    1011categories      devel security
    1112# yes, some of the libs are GPL only
     
    3940                port:nettle \
    4041                path:share/curl/curl-ca-bundle.crt:curl-ca-bundle
    4142
     43patchfiles      src-libopts-autoopts.h.patch
     44
    4245post-patch {
    4346    # Remove comments which confuse at least Leopard's assembler.
    4447    eval reinplace {/^#/d} [glob ${worksrcpath}/lib/accelerated/x86/macosx/*.s]