| Summary: | audio/mixxx21: fix build on non-x86 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Piotr Kubaj <pkubaj> | ||||
| Component: | Individual Port(s) | Assignee: | Jose Alonso Cardenas Marquez <acm> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | acm | ||||
| Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(acm) |
||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
This builds for me on both amd64 and powerpc64. A commit references this bug: Author: pkubaj Date: Mon Aug 5 13:59:26 UTC 2019 New revision: 508171 URL: https://svnweb.freebsd.org/changeset/ports/508171 Log: audio/mixxx21: fix build on non-x86 Ports shouldn't optimize for the builder's CPU. It also breaks build on non-x86. Also include sys/types.h in plugins/soundsourcem4a/soundsourcem4a.h. GCC needs it. PR: 239322 Approved by: acm (maintainer timeout), tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D21146 Changes: head/audio/mixxx21/Makefile head/audio/mixxx21/files/patch-plugins_soundsourcem4a_soundsourcem4a.h |
Created attachment 205910 [details] patch Ports shouldn't optimize for the builder's CPU. It also breaks build on non-x86. Also include sys/types.h in plugins/soundsourcem4a/soundsourcem4a.h. GCC needs it.