svn commit: r500198 - head/multimedia/ffmpeg0

Piotr Kubaj pkubaj at FreeBSD.org
Sat Apr 27 08:44:40 UTC 2019


Author: pkubaj
Date: Sat Apr 27 08:44:39 2019
New Revision: 500198
URL: https://svnweb.freebsd.org/changeset/ports/500198

Log:
  multimedia/ffmpeg0: fix build with GCC-based architectures
  
  Add USES=compiler:c++11-lang to fix linking to other libraries compiled by new GCC.
  
  PR:		237563
  Approved by:	wg (maintainer), tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D20057

Modified:
  head/multimedia/ffmpeg0/Makefile

Modified: head/multimedia/ffmpeg0/Makefile
==============================================================================
--- head/multimedia/ffmpeg0/Makefile	Sat Apr 27 08:41:58 2019	(r500197)
+++ head/multimedia/ffmpeg0/Makefile	Sat Apr 27 08:44:39 2019	(r500198)
@@ -23,7 +23,8 @@ BUILD_DEPENDS=	yasm:devel/yasm \
 
 PORTSCOUT=	limit:^0\.7.*
 
-USES=		cpe gmake perl5 pkgconfig tar:bzip2 shebangfix
+USES=		compiler:c++11-lang cpe gmake perl5 pkgconfig tar:bzip2 \
+		shebangfix
 USE_LDCONFIG=	${PREFIX}/lib/ffmpeg${FFMPEG_SUFFIX}
 USE_PERL5=	build
 SHEBANG_FILES=	doc/texi2pod.pl


More information about the svn-ports-all mailing list