Ticket #48964: openssl.diff

File openssl.diff, 1.0 KB (added by RJVB (René Bertin), 9 years ago)
  • Portfile

     
    3737                    rmd160  a4389911e5f7436dc2f52e4968eb613a11e33027 \
    3838                    sha256  671c36487785628a703374c652ad2cebea45fa920ae5681515df25d9f2c9a8c8
    3939
    40 patchfiles          install-headers-HFS+.patch \
     40if {${os.platform} eq "darwin"} {
     41    patchfiles      install-headers-HFS+.patch \
    4142                    parallel-building.patch \
    4243                    remove-duplicate-bn_print-doc.patch \
    4344                    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}
    4452
    4553configure.ccache    no
    46 configure.perl      /usr/bin/perl
    47 configure.cmd       ./Configure
    4854configure.args     -L${prefix}/lib \
    4955                    no-krb5 \
    5056                  --openssldir=${prefix}/etc/openssl \