[MPlayer-cvslog] r33910 - trunk/configure
Diego Biurrun
diego at biurrun.de
Mon Jul 25 01:25:48 CEST 2011
On Sun, Jul 24, 2011 at 11:45:19PM +0200, cehoyos wrote:
>
> Log:
> Fix compilation on Power Macintosh.
>
> Broken since r33887, this may affect other architectures.
>
> --- trunk/configure Sun Jul 24 22:15:53 2011 (r33909)
> +++ trunk/configure Sun Jul 24 23:45:19 2011 (r33910)
> @@ -1469,7 +1469,7 @@ if test -z "$_target" ; then
> case "$(uname -m 2>&1)" in
> ia64) host_arch=ia64 ;;
> - macppc|ppc) host_arch=ppc ;;
> + macppc|ppc|Power*) host_arch=ppc ;;
> ppc64) host_arch=ppc64 ;;
This is not equivalent to the hunk that was removed in r33887, note
the lowercase 'p':
- powerpc) # Darwin returns 'powerpc'
- host_arch=ppc
So it looks as if you should just add "powerpc" instead of "Power*".
Does that work as well?
Diego
More information about the MPlayer-cvslog
mailing list