svn commit: r497292 - head/audio/zam-plugins-lv2

Mark Linimon linimon at FreeBSD.org
Sat Mar 30 17:25:25 UTC 2019


Author: linimon
Date: Sat Mar 30 17:25:24 2019
New Revision: 497292
URL: https://svnweb.freebsd.org/changeset/ports/497292

Log:
  Chase down another occurrence of -sse flags.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/audio/zam-plugins-lv2/Makefile

Modified: head/audio/zam-plugins-lv2/Makefile
==============================================================================
--- head/audio/zam-plugins-lv2/Makefile	Sat Mar 30 17:24:54 2019	(r497291)
+++ head/audio/zam-plugins-lv2/Makefile	Sat Mar 30 17:25:24 2019	(r497292)
@@ -42,6 +42,9 @@ post-patch:
 .if ${ARCH} == aarch64 || ${ARCH:Marmv*} || ${ARCH:Mmips*} || ${ARCH:Mpowerpc*} || ${ARCH} == sparc64
 	${REINPLACE_CMD} -e '/-mfpmath=sse/d' \
 		-e 's/-mtune=generic -msse -msse2//' \
+		${WRKSRC}/Makefile.mk ${WRKSRC}/Makefile.mk
+	${REINPLACE_CMD} -e '/-mfpmath=sse/d' \
+		-e 's/-mtune=generic -msse -msse2//' \
 		${WRKSRC}/Makefile.mk ${WRKSRC}/dpf/dgl/Makefile.mk
 .endif
 


More information about the svn-ports-all mailing list