[92126] trunk/dports/devel/openssl/Portfile
Ryan Schmidt
ryandesign at macports.org
Thu Apr 19 10:02:42 PDT 2012
On Apr 19, 2012, at 10:34, mww at macports.org wrote:
> Revision: 92126
> https://trac.macports.org/changeset/92126
> Author: mww at macports.org
> Date: 2012-04-19 08:34:38 -0700 (Thu, 19 Apr 2012)
> Log Message:
> -----------
> openssl: version 1.0.1a; re-enable "no-asm" to make compile on 10.7/x64
> @@ -40,7 +40,7 @@
> }
>
> configure.cmd ./config
> -configure.args -L${prefix}/lib --openssldir=${prefix}/etc/openssl zlib no-krb5 shared
> +configure.args -L${prefix}/lib --openssldir=${prefix}/etc/openssl zlib no-krb5 shared no-asm
> configure.ccache no
So then these blocks are redundant:
platform darwin 9 {
configure.args-append no-asm
}
platform darwin 10 {
configure.args-append no-asm
}
More information about the macports-dev
mailing list