On Jun 8, 2010, at 17:36, [email protected] wrote:

> Revision: 68644
>          http://trac.macports.org/changeset/68644
> Author:   [email protected]
> 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


_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev

Reply via email to