]> git.pld-linux.org Git - packages/SDL.git/commitdiff
ifndefed alsa on sparc SDL-1_1_7-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 6 Jan 2001 14:42:51 +0000 (14:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    SDL.spec -> 1.41

SDL.spec

index 50294e109bfe023ec507a55ffa784701f7c8610f..a1657380ffb373b6a68a25b754403edca73a9442 100644 (file)
--- a/SDL.spec
+++ b/SDL.spec
@@ -8,7 +8,9 @@ Group(de):      X11/Libraries
 Group(pl):     X11/Biblioteki
 Source0:       http://www.libsdl.org/release/%{name}-%{version}.tar.gz
 URL:           http://www.libsdl.org/
+%ifnarch sparc sparc64
 BuildRequires: alsa-lib-devel
+%endif
 BuildRequires: esound-devel
 BuildRequires: gtk+-devel >= 1.2.1
 BuildRequires: XFree86-devel
@@ -64,6 +66,9 @@ SDL - biblioteki statyczne.
 %setup -q
 %build
 %configure \
+%ifnarch sparc sparc64
+       --enable-alsa \
+%endif
        --enable-nasm \
        --enable-pthreads \
        --with-x \
@@ -71,8 +76,7 @@ SDL - biblioteki statyczne.
        --enable-video-x11-mtrr \
        --enable-video-x11-dgamouse \
        --enable-esd \
-       --disable-video-svga \
-       --enable-alsa
+       --disable-video-svga
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.027029 seconds and 4 git commands to generate.