Bug 232104 - multimedia/mediainfo: fix build with powerpc64
Summary: multimedia/mediainfo: fix build with powerpc64
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on: 232100 232101
Blocks:
  Show dependency treegraph
 
Reported: 2018-10-09 02:00 UTC by Piotr Kubaj
Modified: 2018-10-14 17:39 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (sunpoet)


Attachments
patch (634 bytes, patch)
2018-10-09 02:00 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-09 02:00:22 UTC
Created attachment 197950 [details]
patch

USES=compiler:c++11-lang is required to build this port. Additionally, library dependencies of this port need USES=compiler:c++11-lang as well.

Tested on powerpc64 and amd64.

Hardware sponsored by IntegriCloud.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-10-14 16:30:16 UTC
A commit references this bug:

Author: sunpoet
Date: Sun Oct 14 16:29:51 UTC 2018
New revision: 482067
URL: https://svnweb.freebsd.org/changeset/ports/482067

Log:
  Fix build on powerpc64

  PR:		232104
  Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>

Changes:
  head/multimedia/mediainfo/Makefile
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2018-10-14 17:39:27 UTC
Committed. Thanks!