Bug 238140 - audio/audacity: fix build on non-x86
Summary: audio/audacity: fix build on non-x86
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: Piotr Kubaj
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-26 17:23 UTC by Piotr Kubaj
Modified: 2019-06-03 08:54 UTC (History)
2 users (show)

See Also:
xxjack12xx: maintainer-feedback+


Attachments
patch (880 bytes, patch)
2019-05-26 17:23 UTC, Piotr Kubaj
xxjack12xx: maintainer-approval+
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-26 17:23:24 UTC
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.
Comment 1 Jack 2019-05-27 05:06:50 UTC
Makes sense.
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-06-03 08:53:04 UTC
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