[88444] trunk/dports/aqua/HandBrake
Ryan Schmidt
ryandesign at macports.org
Mon Jan 2 15:21:08 PST 2012
On Jan 2, 2012, at 11:12, cal at macports.org wrote:
> Revision: 88444
> http://trac.macports.org/changeset/88444
> Author: cal at macports.org
> Date: 2012-01-02 09:12:32 -0800 (Mon, 02 Jan 2012)
> Log Message:
> -----------
> HandBrake: Make python version configurable, make sure we're UsingTheRightCompiler, fix two issues with clang/OS X compatibility, closes #30863
>
> Modified Paths:
> --------------
> trunk/dports/aqua/HandBrake/Portfile
> -configure.args --fetch=curl --arch=${configure.build_arch}
> +configure.args --fetch=curl --arch=${configure.build_arch} --gcc=${configure.compiler}
Remember that configure.compiler is the MacPorts name of the compiler collection. It's not necessarily the name of C compiler program in that collection, which is what is called for here; that's configure.cc. Fixed in r88450.
More information about the macports-dev
mailing list