Bug 235359 - audio/dsbmixer: fix build with GCC-based architectures
Summary: audio/dsbmixer: 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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-31 19:14 UTC by Piotr Kubaj
Modified: 2019-02-01 21:52 UTC (History)
2 users (show)

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


Attachments
patch (367 bytes, patch)
2019-01-31 19:14 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-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!