svn commit: r395075 - head/audio/soundtouch

Chris Rees crees at FreeBSD.org
Sun Aug 23 07:45:50 UTC 2015


Author: crees
Date: Sun Aug 23 07:45:49 2015
New Revision: 395075
URL: https://svnweb.freebsd.org/changeset/ports/395075

Log:
  Enable SSE by default where possible.
  
  PR:		ports/202582
  Submitted by:	jbeich

Modified:
  head/audio/soundtouch/Makefile

Modified: head/audio/soundtouch/Makefile
==============================================================================
--- head/audio/soundtouch/Makefile	Sun Aug 23 07:12:09 2015	(r395074)
+++ head/audio/soundtouch/Makefile	Sun Aug 23 07:45:49 2015	(r395075)
@@ -24,6 +24,8 @@ PATHFIX_MAKEFILEIN=	Makefile.am
 OPTIONS_DEFINE=	INTEGER_SAMPLES DOCS
 OPTIONS_DEFINE_amd64=	SSE
 OPTIONS_DEFINE_i386=	SSE
+OPTIONS_DEFAULT_amd64=	SSE
+OPTIONS_DEFAULT_i386=	${MACHINE_CPU:tu:MSSE}
 
 INTEGER_SAMPLES_DESC=	Use integer sample format
 INTEGER_SAMPLES_CONFIGURE_ENABLE=	integer-samples


More information about the svn-ports-all mailing list