]> git.pld-linux.org Git - packages/ClanLib.git/commitdiff
- fix sse2 bcond auto/th/ClanLib-3.0.0-1
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 5 Nov 2013 22:01:45 +0000 (23:01 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Tue, 5 Nov 2013 22:01:45 +0000 (23:01 +0100)
ClanLib.spec

index 277b4a1430262847c281daa45cf32a07bf5caf8e..b61e5b1e69ecbb60de536cbfb414275240d0975f 100644 (file)
@@ -1,9 +1,9 @@
 #
 # Conditional build:
-%bcond_with    sse2    # use SSE2 instructions
+%bcond_without sse2    # use SSE2 instructions
 #
-%ifarch pentium4 %{x8664}
-%define        with_sse2       1
+%ifnarch pentium4 %{x8664}
+%undefine      with_sse2
 %endif
 #
 %define        cvmajor 3.0
@@ -228,7 +228,7 @@ Dokumentacja programisty do biblioteki ClanLib
 %{__automake}
 %{__autoconf}
 %configure \
-       %{!?with_sse2:--disable-sse2} \
+       %{__enable_disable sse2} \
        --enable-docs \
        --%{?debug:en}%{!?debug:dis}able-debug
 
This page took 0.063588 seconds and 4 git commands to generate.