Bug 232884 - audio/flacon: fix build with GCC-based architectures
Summary: audio/flacon: 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: Alexey Dokuchaev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-01 12:41 UTC by Piotr Kubaj
Modified: 2018-11-03 16:28 UTC (History)
2 users (show)

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


Attachments
patch (451 bytes, patch)
2018-11-01 12:41 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-11-01 12:41:33 UTC
Created attachment 198851 [details]
patch

This port needs USES=compiler:c++11-lang to build on GCC architectures.

Tested on powerpc64 and amd64.

Hardware sponsored by IntegriCloud.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-11-03 16:26:44 UTC
A commit references this bug:

Author: danfe
Date: Sat Nov  3 16:26:32 UTC 2018
New revision: 483900
URL: https://svnweb.freebsd.org/changeset/ports/483900

Log:
  This port requires C++11-capable compiler (e.g., it won't build on arches
  such as powerpc and sparc64, where default GCC is 4.2.1).

  PR:	232884

Changes:
  head/audio/flacon/Makefile
Comment 2 Alexey Dokuchaev freebsd_committer freebsd_triage 2018-11-03 16:28:15 UTC
Indeed, fixed in ports r483900, thanks.