Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Mar 2019 00:53:21 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r495673 - branches/2019Q1/multimedia/vapoursynth-l-smash-works
Message-ID:  <201903140053.x2E0rLsA081510@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Mar 14 00:53:21 2019
New Revision: 495673
URL: https://svnweb.freebsd.org/changeset/ports/495673

Log:
  MFH: r494758
  
  multimedia/vapoursynth-l-smash-works: unbreak on non-x86 GCC archs
  
  cc1: error: unrecognized command line option "-msse2"
  
  Reported by:	pkg-fallout
  Approved by:	ports-secteam blanket

Modified:
  branches/2019Q1/multimedia/vapoursynth-l-smash-works/Makefile
Directory Properties:
  branches/2019Q1/   (props changed)

Modified: branches/2019Q1/multimedia/vapoursynth-l-smash-works/Makefile
==============================================================================
--- branches/2019Q1/multimedia/vapoursynth-l-smash-works/Makefile	Thu Mar 14 00:53:12 2019	(r495672)
+++ branches/2019Q1/multimedia/vapoursynth-l-smash-works/Makefile	Thu Mar 14 00:53:21 2019	(r495673)
@@ -52,6 +52,7 @@ post-patch:
 		-e 's/pushd/cd/; s/popd/cd -/' \
 		-e 's/-Os //; /=.*-fexcess-precision/d' \
 		${WRKSRC}/configure
+	@${REINPLACE_CMD} 's/ -msse2 -g0//' ${WRKSRC}/${MAKEFILE}
 
 post-install:
 	(cd ${WRKSRC} && ${COPYTREE_SHARE} \



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