Bug 232713 - multimedia/libva-utils: fix build with GCC-based architectures
Summary: multimedia/libva-utils: fix build with GCC-based architectures
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Guido Falsi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-26 15:07 UTC by Piotr Kubaj
Modified: 2018-10-28 18:44 UTC (History)
0 users

See Also:
madpilot: maintainer-feedback+


Attachments
patch (438 bytes, patch)
2018-10-26 15:07 UTC, Piotr Kubaj
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!