From owner-cvs-ports@FreeBSD.ORG Wed Sep 7 15:57:41 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 230471065675; Wed, 7 Sep 2011 15:57:41 +0000 (UTC) Date: Wed, 7 Sep 2011 15:57:41 +0000 From: Alexey Dokuchaev To: Pietro Cerutti Message-ID: <20110907155741.GA69663@FreeBSD.org> References: <201109071436.p87EaDGo097718@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <201109071436.p87EaDGo097718@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/audio/beast Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2011 15:57:41 -0000 On Wed, Sep 07, 2011 at 02:36:13PM +0000, Pietro Cerutti wrote: > gahr 2011-09-07 14:36:13 UTC > > Modified files: > audio/beast Makefile > Log: > - Unbreak > - Use sysctl to find out whether SSE is supported What's wrong with .if ${MACHINE_CPU:Msse} ? ./danfe