[136599] trunk/dports/graphics/libjpeg-turbo/Portfile

Ryan Schmidt ryandesign at macports.org
Sat May 23 16:01:01 PDT 2015


> On May 22, 2015, at 9:46 PM, larryv at macports.org wrote:
> 
> Revision
> 136599
> Author
> larryv at macports.org
> Date
> 2015-05-22 19:46:13 -0700 (Fri, 22 May 2015)
> Log Message
> 
> libjpeg-turbo: Respect configure.build_arch
> 
> After r136597, the conditional is always false (because
> `merger_configure_args` never exists), and the `--host` argument is
> never passed to the configure script. Test `merger_host` instead.

> Modified: trunk/dports/graphics/libjpeg-turbo/Portfile (136598 => 136599)

> -if {![variant_isset universal] && [info exists merger_configure_args(${configure.build_arch})]} {
> +if {![variant_isset universal]
> +        && [info exists merger_host(${configure.build_arch})]} {
>      configure.args-append --host=$merger_host(${configure.build_arch})
>  }

Oh, geez. Sorry about that.




More information about the macports-dev mailing list