From 94ac3d0f49293d379359aab108b488c940f0be7f Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 18 Sep 2002 07:05:13 +0000 Subject: [PATCH] - fixed CFLAGS Changed files: allegro.spec -> 1.20 --- allegro.spec | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/allegro.spec b/allegro.spec index 47afafa..a5b1306 100644 --- a/allegro.spec +++ b/allegro.spec @@ -6,11 +6,9 @@ Release: 2 License: Giftware Group: X11/Libraries Source0: http://belnet.dl.sourceforge.net/sourceforge/alleg/%{name}-%{version}.tar.gz -# already there -#Patch0: %{name}-makefile.patch -Patch1: %{name}-info.patch -#Patch2: %{name}-alsa9.patch -Patch3: %{name}-examples.patch +Patch0: %{name}-info.patch +#Patch1: %{name}-alsa9.patch +Patch2: %{name}-examples.patch URL: http://alleg.sourceforge.net BuildRequires: XFree86-devel BuildRequires: esound-devel @@ -192,10 +190,9 @@ Ten pakiet zawiera narz %prep %setup -q -#%patch0 -p1 -%patch1 -p1 -%patch3 -p1 -#%patch2 -p1 +%patch0 -p1 +%patch2 -p1 +#%patch1 -p1 %build aclocal @@ -215,7 +212,7 @@ aclocal %{__make} \ MAKEINFO=makeinfo \ - CFLAGS="%{optflags} -I/usr/X11R6/include/artsc -pipe %{?!debug:-funroll-loops -ffast-math -fomit-frame-pointer} -Wall + CFLAGS="%{optflags} -I/usr/X11R6/include/artsc -pipe %{?!debug:-funroll-loops -ffast-math -fomit-frame-pointer} -Wall \ %ifnarch %{ix86} -DALLEGRO_USE_C \ %endif -- 2.44.0