From owner-svn-ports-all@FreeBSD.ORG Sat Oct 19 11:31:11 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 6618FAC7; Sat, 19 Oct 2013 11:31:11 +0000 (UTC) Date: Sat, 19 Oct 2013 11:31:11 +0000 From: Alexey Dokuchaev To: Tijl Coosemans Subject: Re: svn commit: r330645 - head/audio/audacity Message-ID: <20131019113111.GA78540@FreeBSD.org> References: <201310171430.r9HEUJZY033529@svn.freebsd.org> <20131017171050.2ce0ae53@kalimero.tijl.coosemans.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131017171050.2ce0ae53@kalimero.tijl.coosemans.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, Danilo Egea Gondolfo , svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Oct 2013 11:31:11 -0000 On Thu, Oct 17, 2013 at 05:10:50PM +0200, 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" Wouldn't checking for MACHINE_CPU:Msse(2) suffice and make eveyone happy? SSE are not -specific. ./danfe