SHA256
1
0
forked from pool/audacity

Accepting request 533039 from home:plater

Restore audacity and add warning also remove trailing white space.

OBS-URL: https://build.opensuse.org/request/show/533039
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=108
This commit is contained in:
Dave Plater 2017-10-10 14:28:10 +00:00 committed by Git OBS Bridge
parent 3e89ad2a83
commit 62cb2ac21f

View File

@ -113,6 +113,7 @@ rm -rf lib-src/lame
%endif
%build
# WARNING: Do not alter, only for Leap.
test -x "$(type -p gcc-5)" && export CC=gcc-5
test -x "$(type -p g++-5)" && export CXX=g++-5
export CFLAGS="%{optflags} -fno-strict-aliasing"
@ -134,7 +135,7 @@ autoconf
%endif
--docdir=%{_docdir}/%{name}/
make %{?_smp_mflags}
make %{?_smp_mflags}
%install
%make_install