From d46a92e8bf59e764f8d857e704898adc4d59b1cf591cba47ff600a9a680246d4 Mon Sep 17 00:00:00 2001 From: Cristian Morales Vega Date: Tue, 23 Oct 2012 20:19:28 +0000 Subject: [PATCH] Accepting request 139023 from home:uli_suse:branches:multimedia:apps - explicitly disable SSE on non-x86 architectures (fixes ARM, probably others) OBS-URL: https://build.opensuse.org/request/show/139023 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=64 --- audacity.changes | 6 ++++++ audacity.spec | 6 +++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/audacity.changes b/audacity.changes index 5804517..edae90e 100644 --- a/audacity.changes +++ b/audacity.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Oct 22 17:21:41 CEST 2012 - uli@suse.de + +- explicitly disable SSE on non-x86 architectures (fixes ARM, + probably others) + ------------------------------------------------------------------- Thu Aug 30 15:38:45 UTC 2012 - reddwarf@opensuse.org diff --git a/audacity.spec b/audacity.spec index 88cd7c3..c419281 100644 --- a/audacity.spec +++ b/audacity.spec @@ -95,7 +95,11 @@ rm -r lib-src/ffmpeg/ %endif %build -%configure --docdir=%{_defaultdocdir}/audacity/ +%configure --docdir=%{_defaultdocdir}/audacity/ \ +%ifnarch %ix86 x86_64 + --disable-sse +%endif + make %{?_smp_mflags} %install