[68644] users/dports/ports/tex/texlive-bin/Portfile

Ryan Schmidt ryandesign at macports.org
Wed Jun 9 11:39:33 PDT 2010


On Jun 8, 2010, at 17:36, dports at macports.org wrote:

> Revision: 68644
>          http://trac.macports.org/changeset/68644
> Author:   dports at macports.org
> Date:     2010-06-08 15:36:37 -0700 (Tue, 08 Jun 2010)
> Log Message:
> -----------
> Set appropriate 32-bit build_arch for x86_64/ppc64
> 
> Modified Paths:
> --------------
>    users/dports/ports/tex/texlive-bin/Portfile


> +if {${build_arch} == "x86_64"} {
> +    configure.build_arch i386
> +    configure.ldflags "-arch i386"
> +} elseif {${build_arch} == "ppc64"} {
> +    configure.build_arch ppc
> +    configure.ldflags "-arch ppc"
> +}

With MacPorts 1.9.0 I think you can replace all this with just:

supported_archs	ppc i386




More information about the macports-dev mailing list