Created attachment 206048 [details] patch Don't optimize for native. It optimizes for the compiling CPU which may break runtime on the user CPU. It also breaks compilation e.g. on powerpc64, -march=native is not available there. Bump PORTREVISION because of package change. Also include sys/types.h in plugins/soundsourcem4a/soundsourcem4a.h for uint (needed by GCC).
This builds for me on both amd64 and powerpc64.
A commit references this bug: Author: acm Date: Tue Aug 13 01:32:49 UTC 2019 New revision: 508806 URL: https://svnweb.freebsd.org/changeset/ports/508806 Log: - Fix build on non-x86 - Fix build on powerpc64 PR: 239437 Submitted by: pkubaj Changes: head/audio/mixxx/Makefile head/audio/mixxx/files/patch-plugins_soundsourcem4a_soundsourcem4a.h