]> git.pld-linux.org Git - packages/allegro.git/commitdiff
- w/o sse bcond
authorwolf <wolf@pld-linux.org>
Sun, 31 Aug 2003 18:58:59 +0000 (18:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    allegro.spec -> 1.39

allegro.spec

index dfc89359618cea5f3626559c3227d585b3f0def8..3e169df1a9c494ef467df8bc1f4f0e5a6de0af46 100644 (file)
@@ -6,6 +6,7 @@
 # _without_proflib     - don't debug profiling versions of library
 # _without_svgalib      - without svgalib module
 # _with_alsa5          - use alsa 0.5 not 0.9
+# _without_sse         - build without sse (valgrind doesn't support it yet)
 #
 %define        _without_arts   1
 
@@ -424,6 +425,7 @@ TARGET_ARCH="%{rpmcflags}" export TARGET_ARCH
 %endif
        %{!?_without_proflib:--enable-proflib} \
        %{?_without_arts:--disable-artsdigi} \
+       %{?_without_sse:--disable-sse} \
 %ifnarch %{ix86}
        --disable-asm \
        --disable-mmx \
This page took 0.051225 seconds and 4 git commands to generate.