Date: Sun, 28 Oct 2018 18:43:31 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483325 - head/multimedia/libva-utils Message-ID: <201810281843.w9SIhVgs027088@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810281843.w9SIhVgs027088>