Bug 235359

Summary: audio/dsbmixer: fix build with GCC-based architectures
Product: Ports & Packages Reporter: Piotr Kubaj <pkubaj>
Component: Individual Port(s)Assignee: Po-Chuan Hsieh <sunpoet>
Status: Closed FIXED    
Severity: Affects Only Me CC: linimon, mk
Priority: --- Flags: bugzilla: maintainer-feedback? (mk)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

Description Piotr Kubaj freebsd_committer freebsd_triage 2019-01-31 19:14:31 UTC
Created attachment 201565 [details]
patch

This port requires C++11-compatible compiler. Add USES=compiler:c++11-lang to fix build on GCC architectures.

Tested on powerpc64 and amd64.

Hardware sponsored by IntegriCloud.
Comment 1 Marcel Kaiser 2019-02-01 17:35:19 UTC
Thank you, Piotr. While you're at it, could you add gl to USES, please?
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2019-02-01 18:02:24 UTC
Take.
Comment 3 commit-hook freebsd_committer freebsd_triage 2019-02-01 21:43:37 UTC
A commit references this bug:

Author: sunpoet
Date: Fri Feb  1 21:42:45 UTC 2019
New revision: 491867
URL: https://svnweb.freebsd.org/changeset/ports/491867

Log:
  Fix build on powerpc

  - While I'm here, add USES=gl

  PR:		235359
  Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
  Approved by:	Marcel Kaiser <mk@nic-nac-project.org> (maintainer)

Changes:
  head/audio/dsbmixer/Makefile
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2019-02-01 21:52:24 UTC
Committed. Thanks!