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) |
---|
-
Portfile
6 6 7 7 name gnutls 8 8 version 3.3.3 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 … … 36 37 port:libidn \ 37 38 port:libtasn1 \ 38 39 port:p11-kit \ 39 port:nettle 40 port:nettle \ 41 port:unbound 40 42 41 43 post-patch { 42 44 # Remove comments which confuse at least Leopard's assembler. … … 48 50 49 51 configure.args --disable-guile \ 50 52 --disable-silent-rules \ 51 --with-p11-kit 53 --with-p11-kit \ 54 --enable-local-libopts 52 55 53 56 if {[variant_isset universal]} { 54 57 set merger_host(x86_64) x86_64-apple-${os.platform}${os.major}