Bug 232713

Summary: multimedia/libva-utils: fix build with GCC-based architectures
Product: Ports & Packages Reporter: Piotr Kubaj <pkubaj>
Component: Individual Port(s)Assignee: Guido Falsi <madpilot>
Status: Closed FIXED    
Severity: Affects Only Me Flags: madpilot: maintainer-feedback+
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

Description Piotr Kubaj freebsd_committer freebsd_triage 2018-10-26 15:07:05 UTC
Created attachment 198659 [details]
patch

Needs USES=compiler:c++11-lang to build with base GCC.

Tested on powerpc64 and amd64.

Hardware sponsored by IntegriCloud.
Comment 1 Guido Falsi freebsd_committer freebsd_triage 2018-10-28 18:40:39 UTC
Change approved. I'm going to commit shortly.
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-10-28 18:43:34 UTC
A commit references this bug:

Author: madpilot
Date: Sun Oct 28 18:43:31 UTC 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>

Changes:
  head/multimedia/libva-utils/Makefile
Comment 3 Guido Falsi freebsd_committer freebsd_triage 2018-10-28 18:44:04 UTC
Committed. Thanks!