[109144] trunk/dports/audio/pulseaudio

David Evans devans at macports.org
Thu Aug 8 18:03:46 PDT 2013


On 8/8/13 1:55 PM, Jeremy Huddleston Sequoia wrote:
> On Aug 8, 2013, at 10:12, devans at macports.org wrote:
>
>> Revision
>> 109144
>> Author
>> devans at macports.org
>> Date
>> 2013-08-08 10:12:20 -0700 (Thu, 08 Aug 2013)
>> Log Message
>>
>> pulseaudio: also disable inline SSE asm, fixes universal build, muniversal no longer necessary.
>> Modified Paths
> Really?  How was the SSE failing?  Can you point me to the failure?  It was working for me.
>
> --Jeremy
>
As stated in the message, it is exactly the same issue as the MMX, very
similar code.  When building
universal it fails during the i386 build phase due to the problem with
inline asm.  Nothing to due with
MMX or SSE really just mishandling of the inline asm for i386 targets at
least when compiling on a x86_64 machine.

Both succeed if a recent vanilla gcc compiler is used in which case
muniversal is required.  But you don't like that.

Dave


More information about the macports-dev mailing list