Bug 237563 - multimedia/ffmpeg0: fix build with GCC-based architectures
Summary: multimedia/ffmpeg0: 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: Piotr Kubaj
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-25 15:55 UTC by Piotr Kubaj
Modified: 2019-04-27 08:47 UTC (History)
0 users

See Also:
wg: maintainer-feedback+


Attachments
patch (428 bytes, patch)
2019-04-25 15:55 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 2019-04-25 15:55:56 UTC
Created attachment 204013 [details]
patch

Add USES=compiler:c++11-lang to fix linking issue with base GCC.

Tested on powerpc64 and amd64.
Comment 1 William Grzybowski freebsd_committer freebsd_triage 2019-04-25 16:06:33 UTC
Thanks, feel free to take maintainership
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-04-27 08:45:39 UTC
A commit references this bug:

Author: pkubaj
Date: Sat Apr 27 08:44:39 UTC 2019
New revision: 500198
URL: https://svnweb.freebsd.org/changeset/ports/500198

Log:
  multimedia/ffmpeg0: fix build with GCC-based architectures

  Add USES=compiler:c++11-lang to fix linking to other libraries compiled by new GCC.

  PR:		237563
  Approved by:	wg (maintainer), tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D20057

Changes:
  head/multimedia/ffmpeg0/Makefile
Comment 3 Piotr Kubaj freebsd_committer freebsd_triage 2019-04-27 08:47:23 UTC
Committed, thanks!

Not taking maintainership, I'm just fixing ports build failures.