Page MenuHomeFreeBSD

audio/audacity: fix build on non-x86
ClosedPublic

Authored by pkubaj on May 27 2019, 6:00 AM.
Tags
None
Referenced Files
F82044416: D20422.diff
Wed, Apr 24, 11:00 PM
Unknown Object (File)
Sat, Apr 20, 3:18 PM
Unknown Object (File)
Feb 18 2024, 12:02 AM
Unknown Object (File)
Feb 18 2024, 12:02 AM
Unknown Object (File)
Feb 18 2024, 12:01 AM
Unknown Object (File)
Feb 17 2024, 11:58 PM
Unknown Object (File)
Dec 20 2023, 3:14 AM
Unknown Object (File)
Nov 5 2023, 5:20 AM
Subscribers
None

Details

Summary

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

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Looks good to me. Maybe you should think of also marking that option broken on on non x86ish archs.

This revision is now accepted and ready to land.Jun 1 2019, 5:21 PM

Looks good to me. Maybe you should think of also marking that option broken on on non x86ish archs.

There doesn't seem to be a way to an option as broken on everything but two architectures (except for several BROKEN entries, each one for each architecture) so I'm leaving it as is.

This revision was automatically updated to reflect the committed changes.