]> git.pld-linux.org Git - packages/extace.git/commitdiff
- fix in %build for correct pass --disable-alsa on sparc.
authorkloczek <kloczek@pld-linux.org>
Tue, 23 Jan 2001 02:14:58 +0000 (02:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    extace.spec -> 1.10

extace.spec

index 77cc15a6e1493e7641aa799dad7cadf29d5c0ff3..ea70d965f7b0998bc78de848d2850b19b2462925 100644 (file)
@@ -40,8 +40,10 @@ oraz The Rasterman.
 %build
 %configure \
        --disable-debug \
-%ifnarch sparc sparc64
+%ifarch sparc sparc64
        --disable-alsa
+%else
+       --enable-alsa
 %endif
 
 %{__make}
This page took 0.127522 seconds and 4 git commands to generate.