Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Mar 2019 02:55:02 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r494758 - head/multimedia/vapoursynth-l-smash-works
Message-ID:  <201903060255.x262t2Aj014464@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Wed Mar  6 02:55:01 2019
New Revision: 494758
URL: https://svnweb.freebsd.org/changeset/ports/494758

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

Modified:
  head/multimedia/vapoursynth-l-smash-works/Makefile   (contents, props changed)

Modified: head/multimedia/vapoursynth-l-smash-works/Makefile
==============================================================================
--- head/multimedia/vapoursynth-l-smash-works/Makefile	Wed Mar  6 00:55:34 2019	(r494757)
+++ head/multimedia/vapoursynth-l-smash-works/Makefile	Wed Mar  6 02:55:01 2019	(r494758)
@@ -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?201903060255.x262t2Aj014464>