Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Apr 2019 08:44:39 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r500198 - head/multimedia/ffmpeg0
Message-ID:  <201904270844.x3R8idhU004887@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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