Ticket #44755: Portfile-gnutls.diff
File Portfile-gnutls.diff, 645 bytes (added by Schamschula (Marius Schamschula), 10 years ago) |
---|
-
Portfile
old new 6 6 7 7 name gnutls 8 8 version 3.3.7 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 src-libopts-autoopts.h.patch 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]