Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 May 2019 10:38:57 +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: r501851 - head/multimedia/libav
Message-ID:  <201905171038.x4HAcv3f051203@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Fri May 17 10:38:56 2019
New Revision: 501851
URL: https://svnweb.freebsd.org/changeset/ports/501851

Log:
  multimedia/libav: fix build with GCC-based architectures
  
  Add USES=compiler:c++11-lang to fix build on GCC architectures.
  
  PR:		237561
  Approved by:	dem.procopiou@gmail.com (maintainer timeout), mentors (implicit approval)

Modified:
  head/multimedia/libav/Makefile

Modified: head/multimedia/libav/Makefile
==============================================================================
--- head/multimedia/libav/Makefile	Fri May 17 10:37:57 2019	(r501850)
+++ head/multimedia/libav/Makefile	Fri May 17 10:38:56 2019	(r501851)
@@ -20,7 +20,7 @@ LIB_DEPENDS=	libopencv_core.so:graphics/opencv-core \
 		libvdpau.so:multimedia/libvdpau \
 		libhogweed.so:security/nettle
 
-USES=		cpe gmake localbase perl5 pkgconfig tar:xz
+USES=		cpe compiler:c++11-lang gmake localbase perl5 pkgconfig tar:xz
 
 USE_XORG=	x11
 USE_PERL5=	build



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