Subject: Re: audio/flac broken with 2.0
To: Michael <macallan18@earthlink.net>
From: Michael <macallan18@earthlink.net>
List: port-macppc
Date: 10/18/2004 17:27:10
Hello,

> ok, on NetBSD configure seems to get the --disable-asm-optimizations, but not on AIX.
> ( because MACHINE_PLATFORM looks odd - AIX-3-00000000E000 instead of aix-something-ppc, I'm using AIX 4.3.2 ), on NetBSD/macppc it just works. 
> 
> changing 
> .if !empty(MACHINE_PLATFORM:M*-*-ppc)
> to 
> .if !empty(MACHINE_PLATFORM:M*-*-ppc) || $(OPSYS)=="AIX"
> in audio/flac/Makefile allows it to build on AIX too. 

Argh, caught between updates - powerpc instead of ppc of course.

have fun
Michael