Summary: | audio/bsequencer-lv2: fix build on GCC architectures | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Piotr Kubaj <pkubaj> | ||||
Component: | Individual Port(s) | Assignee: | Piotr Kubaj <pkubaj> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | yuri | ||||
Priority: | --- | Flags: | yuri:
maintainer-feedback+
|
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Approved as mentor. A commit references this bug: Author: pkubaj Date: Sat Sep 21 16:06:24 UTC 2019 New revision: 512520 URL: https://svnweb.freebsd.org/changeset/ports/512520 Log: audio/bsequencer-lv2: fix build on GCC architectures src/ButtonBox.hpp needs include sys/types.h for uint. PR: 240663 Approved by: yuri (maintainer), linimon (mentor) Differential Revision: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240663 Changes: head/audio/bsequencer-lv2/files/patch-src_ButtonBox.hpp |
Created attachment 207599 [details] patch src/ButtonBox.hpp needs include sys/types.h for uint.