Ticket #33741: openssl.diff
File openssl.diff, 626 bytes (added by ryandesign (Ryan Carsten Schmidt), 13 years ago) |
---|
-
Portfile
56 56 livecheck.url ${master_sites} 57 57 livecheck.regex ${name}-(\[0-9.\]+\[a-z\]?)\\.tar\\.gz 58 58 59 platform darwin 9 { 60 configure.args-append no-asm 59 platform darwin { 60 if {${os.major} < 11} { 61 configure.args-append no-asm 62 } 61 63 } 62 64 63 platform darwin 10 {64 configure.args-append no-asm65 }66 67 65 variant rfc3779 description {enable RFC 3779: X.509 Extensions for IP Addresses and AS Identifiers} { 68 66 configure.args-append enable-rfc3779 69 67 }