[MacPorts] #38178: xmp @3.5.0 upgraded to 4.0.1

Lawrence Velázquez larryv at macports.org
Mon Mar 4 01:20:43 PST 2013


On Mar 4, 2013, at 3:59 AM, Douglas Carmichael <dcarmich at dcarmichael.net> wrote:

> Do you mean there's an issue with xmp 4.0.1 on Snow Leopard?
> 
> (I don't have 10.6 installed anymore, so there's no way for me to test it.)

It's a small issue.

At line 24, src/sound_coreaudio.c assumes that the integer type "uint8" has been defined somewhere. This is true on Lion and Mountain Lion but not on Snow Leopard. The patch swaps it out for "uint8_t".

https://trac.macports.org/browser/trunk/dports/audio/xmp/files/patch-src-sound_coreaudio.c.diff

vq


More information about the macports-dev mailing list