Ticket #44323: gnutls.diff
File gnutls.diff, 697 bytes (added by ryandesign (Ryan Carsten Schmidt), 10 years ago) |
---|
-
Portfile
6 6 7 7 name gnutls 8 8 version 3.3.5 9 revision 1 9 10 set branch [join [lrange [split ${version} .] 0 1] .] 10 11 categories devel security 11 12 # yes, some of the libs are GPL only … … 39 40 port:nettle \ 40 41 path:share/curl/curl-ca-bundle.crt:curl-ca-bundle 41 42 43 patchfiles patch-lib-includes-gnutls-gnutls.in.diff 44 42 45 post-patch { 43 46 # Remove comments which confuse at least Leopard's assembler. 44 47 eval reinplace {/^#/d} [glob ${worksrcpath}/lib/accelerated/x86/macosx/*.s]