From 7c8501940fcfc0561748d10bcd11ff631abce105 Mon Sep 17 00:00:00 2001 From: Aurelien Bompard Date: Wed, 15 Jun 2005 12:43:59 +0000 Subject: [PATCH] - fix build for gcc4 --- libvisual.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libvisual.spec b/libvisual.spec index 9ea072d..15f315f 100644 --- a/libvisual.spec +++ b/libvisual.spec @@ -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 0.2.0-5 +- fix build for GCC4 + * Thu Jun 9 2005 Michael Schwendt 0.2.0-4 - use dist tag for all-arch-rebuild