Bug 237099 - audio/bambootracker: fix build with GCC-based architectures
Summary: audio/bambootracker: 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: Emanuel Haupt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-08 08:05 UTC by Piotr Kubaj
Modified: 2019-04-08 13:07 UTC (History)
2 users (show)

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


Attachments
patch (371 bytes, patch)
2019-04-08 08:05 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-08 08:05:12 UTC
Created attachment 203468 [details]
patch

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

Tested on powerpc64 and amd64.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-04-08 13:06:00 UTC
A commit references this bug:

Author: ehaupt
Date: Mon Apr  8 13:05:47 UTC 2019
New revision: 498373
URL: https://svnweb.freebsd.org/changeset/ports/498373

Log:
  Fix build with GCC-based architectures.

  PR:		237099
  Submitted by:	pkubaj@anongoth.pl

Changes:
  head/audio/bambootracker/Makefile
Comment 2 Emanuel Haupt freebsd_committer freebsd_triage 2019-04-08 13:07:11 UTC
Committed, thanks!