Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Oct 2013 17:14:24 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330658 - head/audio/audacity
Message-ID:  <201310171714.r9HHEOH2020270@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Thu Oct 17 17:14:24 2013
New Revision: 330658
URL: http://svnweb.freebsd.org/changeset/ports/330658

Log:
  - Disable SSE if arch != amd64
  
  Reported by:	tijl

Modified:
  head/audio/audacity/Makefile

Modified: head/audio/audacity/Makefile
==============================================================================
--- head/audio/audacity/Makefile	Thu Oct 17 17:13:37 2013	(r330657)
+++ head/audio/audacity/Makefile	Thu Oct 17 17:14:24 2013	(r330658)
@@ -101,7 +101,7 @@ VORBIS_LIB_DEPENDS=	libvorbis.so:${PORTS
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} == "i386" || ${ARCH} == "powerpc"
+.if ${ARCH} != "amd64"
 SSE_CFLAGS=	-mno-sse -mno-sse2
 .endif
 



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