- fix build for gcc4
This commit is contained in:
parent
1fa83c1bfa
commit
7c8501940f
@ -1,6 +1,6 @@
|
||||
Name: libvisual
|
||||
Version: 0.2.0
|
||||
Release: 3%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: Abstraction library for audio visualisation plugins
|
||||
|
||||
Group: Applications/Multimedia
|
||||
@ -41,6 +41,9 @@ This package contains the files needed to build an application with libvisual.
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%ifarch i386
|
||||
export CFLAGS="${RPM_OPT_FLAGS} -mmmx"
|
||||
%endif
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
|
||||
@ -75,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jun 15 2005 Aurelien Bompard <gauret[AT]free.fr> 0.2.0-5
|
||||
- fix build for GCC4
|
||||
|
||||
* Thu Jun 9 2005 Michael Schwendt <mschwendt[AT]users.sf.net> 0.2.0-4
|
||||
- use dist tag for all-arch-rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user