Bug 239440 - audio/bsequencer-lv2: fix build with GCC architectures
Summary: audio/bsequencer-lv2: fix build with GCC 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: Yuri Victorovich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-25 10:23 UTC by Piotr Kubaj
Modified: 2019-08-01 19:22 UTC (History)
1 user (show)

See Also:
yuri: maintainer-feedback+


Attachments
patch (2.67 KB, patch)
2019-07-25 10:23 UTC, Piotr Kubaj
yuri: maintainer-approval+
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-07-25 10:23:17 UTC
Created attachment 206057 [details]
patch

C++11 compiler is required:
cc1plus: error: unrecognized command line option "-std=c++11"

include sys/types.h is required by GCC for uint in src/BWidgets/ChoiceBox.cpp, src/BWidgets/ImageIcon.cpp and src/BWidgets/ListBox.cpp.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-08-01 19:22:11 UTC
A commit references this bug:

Author: pkubaj
Date: Thu Aug  1 19:21:10 UTC 2019
New revision: 507825
URL: https://svnweb.freebsd.org/changeset/ports/507825

Log:
  audio/bsequencer-lv2: fix build with GCC architectures

  C++11 compiler is required:
  cc1plus: error: unrecognized command line option "-std=c++11"

  include sys/types.h is required by GCC for uint in src/BWidgets/ChoiceBox.cpp, src/BWidgets/ImageIcon.cpp and src/BWidgets/ListBox.cpp.

  PR:		239440
  Approved by:	linimon (mentor), yuri (maintainer)
  Differential Revision:	https://reviews.freebsd.org/D21066

Changes:
  head/audio/bsequencer-lv2/Makefile
  head/audio/bsequencer-lv2/files/
  head/audio/bsequencer-lv2/files/patch-src_BWidgets_ChoiceBox.cpp
  head/audio/bsequencer-lv2/files/patch-src_BWidgets_ImageIcon.cpp
  head/audio/bsequencer-lv2/files/patch-src_BWidgets_ListBox.cpp