Bug 237797 - audio/yoshimi: fix build with GCC-based architectures
Summary: audio/yoshimi: 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: Tobias Kortkamp
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-08 13:29 UTC by Piotr Kubaj
Modified: 2019-05-12 07:23 UTC (History)
1 user (show)

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


Attachments
patch (845 bytes, patch)
2019-05-08 13:29 UTC, Piotr Kubaj
pkubaj: maintainer-approval? (tobik)
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-05-08 13:29:07 UTC
Created attachment 204268 [details]
patch

GCC doesn't include sys/types.h by default, which is needed for uint.

Error:
https://talos.anongoth.pl/data/powerpc64-default/2019-05-05_01h04m26s/logs/errors/yoshimi-1.5.10.2.log

Include it in src/Misc/RandomGen.h to fix build.
Comment 1 Tobias Kortkamp freebsd_committer freebsd_triage 2019-05-08 20:37:38 UTC
Let's wait until upstream says ok.
Comment 2 Tobias Kortkamp freebsd_committer freebsd_triage 2019-05-12 07:23:45 UTC
This should work out-of-the-box now after the update to 1.5.11 in ports r501364.