Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Oct 2013 13:01:01 -0300
From:      "Danilo E. Gondolfo" <danilo@freebsd.org>
To:        Tijl Coosemans <tijl@FreeBSD.org>
Cc:        svn-ports-all@freebsd.org, xxjack12xx@gmail.com, ports-committers@freebsd.org
Subject:   Re: svn commit: r330645 - head/audio/audacity
Message-ID:  <526009BD.7070706@freebsd.org>
In-Reply-To: <20131017171050.2ce0ae53@kalimero.tijl.coosemans.org>
References:  <201310171430.r9HEUJZY033529@svn.freebsd.org> <20131017171050.2ce0ae53@kalimero.tijl.coosemans.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 10/17/13 12:10, Tijl Coosemans wrote:
> 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"
> 

Indeed!



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?526009BD.7070706>