From owner-svn-ports-head@freebsd.org Sun Oct 28 18:43:32 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E311910DCDC7; Sun, 28 Oct 2018 18:43:31 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 896416AA0E; Sun, 28 Oct 2018 18:43:31 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 64D6E23373; Sun, 28 Oct 2018 18:43:31 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9SIhVb9027089; Sun, 28 Oct 2018 18:43:31 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9SIhVgs027088; Sun, 28 Oct 2018 18:43:31 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201810281843.w9SIhVgs027088@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sun, 28 Oct 2018 18:43:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483325 - head/multimedia/libva-utils X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: head/multimedia/libva-utils X-SVN-Commit-Revision: 483325 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Oct 2018 18:43:32 -0000 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 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