svn commit: r302458 - head/audio/soundtouch

Mark Linimon linimon at FreeBSD.org
Mon Aug 13 06:03:07 UTC 2012


Author: linimon
Date: Mon Aug 13 06:03:06 2012
New Revision: 302458
URL: http://svn.freebsd.org/changeset/ports/302458

Log:
  Mark as x86-only: uses -msse2 directive to CC.
  
  Hat:		portmgr

Modified:
  head/audio/soundtouch/Makefile

Modified: head/audio/soundtouch/Makefile
==============================================================================
--- head/audio/soundtouch/Makefile	Mon Aug 13 02:32:42 2012	(r302457)
+++ head/audio/soundtouch/Makefile	Mon Aug 13 06:03:06 2012	(r302458)
@@ -25,6 +25,9 @@ PORTDOCS=	README.html
 .endif
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
+ONLY_FOR_ARCHS=	amd64 i386 ia64
+ONLY_FOR_ARCHS_REASON="uses -msse2 directive to CC"
+
 post-patch:
 	@${REINPLACE_CMD} -E 's|-O3 ?||' \
 		${WRKSRC}/source/SoundStretch/Makefile.am \



More information about the svn-ports-all mailing list