svn commit: r330645 - head/audio/audacity

Tijl Coosemans tijl at FreeBSD.org
Thu Oct 17 15:11:08 UTC 2013


On Thu, 17 Oct 2013 14:30:19 +0000 (UTC) Danilo Egea Gondolfo wrote:
> Author: danilo
> Date: Thu Oct 17 14:30:19 2013
> New Revision: 330645
> URL: http://svnweb.freebsd.org/changeset/ports/330645
> 
> Log:
>   - Disable SSE if the arch is powerpc [1]
>
> +.if ${ARCH} == "i386" || ${ARCH} == "powerpc"
> +SSE_CFLAGS=	-mno-sse -mno-sse2
>  .endif

If this is a problem on powerpc it's probably also a problem on arm,
mips, and so on, so maybe it's better to test for ${ARCH} != "amd64"


More information about the svn-ports-head mailing list