svn commit: r483325 - head/multimedia/libva-utils

Guido Falsi madpilot at FreeBSD.org
Sun Oct 28 18:43:32 UTC 2018


Author: madpilot
Date: Sun Oct 28 18:43:30 2018
New Revision: 483325
URL: https://svnweb.freebsd.org/changeset/ports/483325

Log:
  Add compiler:c++11-lang to fix build on architectures using GCC as
  system compiler.
  
  PR:		232713
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Modified:
  head/multimedia/libva-utils/Makefile

Modified: head/multimedia/libva-utils/Makefile
==============================================================================
--- head/multimedia/libva-utils/Makefile	Sun Oct 28 18:32:50 2018	(r483324)
+++ head/multimedia/libva-utils/Makefile	Sun Oct 28 18:43:30 2018	(r483325)
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libva.so:multimedia/libva \
 		libdrm.so:graphics/libdrm
 
-USES=		autoreconf gmake libtool pkgconfig tar:bzip2
+USES=		autoreconf compiler:c++11-lang gmake libtool pkgconfig tar:bzip2
 USE_XORG=	x11 xext xfixes
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip


More information about the svn-ports-all mailing list