Created attachment 204621 [details] patch Audacity by default adds --enable-sse on all architectures, which breaks anything but i386 and amd64. Add SSE option to every architecture, but still enable by default only on amd64 and i386. This will add --disable-sse to CONFIGURE_ARGS, which fixes build.
Makes sense.
A commit references this bug: Author: pkubaj Date: Mon Jun 3 08:52:28 UTC 2019 New revision: 503360 URL: https://svnweb.freebsd.org/changeset/ports/503360 Log: audio/audacity: fix build on non-x86 Audacity by default adds --enable-sse on all architectures, which breaks anything but i386 and amd64. Add SSE option to every architecture, but still enable by default only on amd64 and i386. This will add --disable-sse to CONFIGURE_ARGS, which fixes build. PR: 238140 Approved by: xxjack12xx@gmail.com (maintainer), tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D20422 Changes: head/audio/audacity/Makefile