From owner-svn-ports-all@FreeBSD.ORG Thu Oct 17 15:11:08 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8209CC1F; Thu, 17 Oct 2013 15:11:08 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: from mailrelay008.isp.belgacom.be (mailrelay008.isp.belgacom.be [195.238.6.174]) by mx1.freebsd.org (Postfix) with ESMTP id A113E28B5; Thu, 17 Oct 2013 15:11:07 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Aq4GAKv8X1JbsXIr/2dsb2JhbABagwc4Rr4OgSIXdIIlAQEFOhwjEAsUBAklDyoeBogdCMBAj1EHhCYDmAWBMJBVgyY6 Received: from 43.114-177-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.177.114.43]) by relay.skynet.be with ESMTP; 17 Oct 2013 17:10:52 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.7/8.14.7) with ESMTP id r9HFAo9h011467; Thu, 17 Oct 2013 17:10:51 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Thu, 17 Oct 2013 17:10:50 +0200 From: Tijl Coosemans To: Danilo Egea Gondolfo Subject: Re: svn commit: r330645 - head/audio/audacity Message-ID: <20131017171050.2ce0ae53@kalimero.tijl.coosemans.org> In-Reply-To: <201310171430.r9HEUJZY033529@svn.freebsd.org> References: <201310171430.r9HEUJZY033529@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, 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: Thu, 17 Oct 2013 15:11:08 -0000 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"