]> git.pld-linux.org Git - packages/scummvm.git/commitdiff
- no asm on !x86
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 15 Mar 2005 23:32:38 +0000 (23:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    scummvm.spec -> 1.31

scummvm.spec

index 2f435b2b7673c9aef35188942413a23719fcbbe3..a79e5b382c2cb07a569e45ce6a70acc7f62f9749 100644 (file)
@@ -13,10 +13,13 @@ Source1:    http://dl.sourceforge.net/scummvm/%{name}-tools-%{version_tools}.tar.bz
 Source2:       %{name}.desktop
 Source3:       %{name}.png
 URL:           http://scummvm.sourceforge.net/
+BuildRequires: SDL-devel >= 1.2.2
 BuildRequires: libmad-devel
 BuildRequires: libvorbis-devel
 BuildRequires: mpeg2dec-devel
-BuildRequires: SDL-devel >= 1.2.2
+%ifarch %{ix86}
+BuildRequires: nasm
+%endif
 BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -70,6 +73,9 @@ Zestaw narz
 %build
 ./configure \
        --disable-debug \
+%ifnarch %{ix86}
+       --disable-nasm \
+%endif
        --enable-kyra
 
 %{__make} \
This page took 0.048248 seconds and 4 git commands to generate.