Bug 232009 - audio/drumgizmo: fix build with GCC-based architectures
Summary: audio/drumgizmo: 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: Mark Linimon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-06 16:32 UTC by Piotr Kubaj
Modified: 2018-10-28 13:49 UTC (History)
2 users (show)

See Also:
meka: maintainer-feedback+


Attachments
patch (1.97 KB, patch)
2018-10-06 16:32 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-06 16:32:31 UTC
Created attachment 197842 [details]
patch

Building this port requires C++11, which base GCC doesn't support.

Also, include cstring in some source files, without it building with GCC 7 fails.

Tested on powerpc64 and amd64.

Hardware sponsored by IntegriCloud.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-10-28 13:49:29 UTC
A commit references this bug:

Author: linimon
Date: Sun Oct 28 13:48:26 UTC 2018
New revision: 483293
URL: https://svnweb.freebsd.org/changeset/ports/483293

Log:
  Fix build with GCC-based architectures.

  PR:		232009
  Submitted by:	Piotr Kubaj
  Approved by:	maintainer

Changes:
  head/audio/drumgizmo/Makefile
  head/audio/drumgizmo/files/
  head/audio/drumgizmo/files/patch-drumgizmo_input_ossmidi.cc
  head/audio/drumgizmo/files/patch-drumgizmo_output_oss.cc