Ticket #48964: openssl.diff
File openssl.diff, 1.0 KB (added by RJVB (René Bertin), 9 years ago) |
---|
-
Portfile
37 37 rmd160 a4389911e5f7436dc2f52e4968eb613a11e33027 \ 38 38 sha256 671c36487785628a703374c652ad2cebea45fa920ae5681515df25d9f2c9a8c8 39 39 40 patchfiles install-headers-HFS+.patch \ 40 if {${os.platform} eq "darwin"} { 41 patchfiles install-headers-HFS+.patch \ 41 42 parallel-building.patch \ 42 43 remove-duplicate-bn_print-doc.patch \ 43 44 x86_64-asm-on-i386.patch 45 configure.perl /usr/bin/perl 46 configure.cmd ./Configure 47 } else { 48 patchfiles parallel-building.patch \ 49 x86_64-asm-on-i386.patch 50 configure.cmd ./config 51 } 44 52 45 53 configure.ccache no 46 configure.perl /usr/bin/perl47 configure.cmd ./Configure48 54 configure.args -L${prefix}/lib \ 49 55 no-krb5 \ 50 56 --openssldir=${prefix}/etc/openssl \