]> git.pld-linux.org Git - packages/allegro5.git/commitdiff
- don't use %{without ...}, it may not work after inverting bcond
authorsparky <sparky@pld-linux.org>
Mon, 13 Nov 2006 14:51:45 +0000 (14:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    allegro.spec -> 1.64

allegro.spec

index cd95e22200208eb4c8041ddb73b84daa7d684f59..ed2c011ac22ea8fe4e95fbd33c5f5afb43b3a01b 100644 (file)
@@ -425,7 +425,7 @@ TARGET_ARCH="%{rpmcflags}" export TARGET_ARCH
        %{?with_static:--enable-static} \
        %{?with_dbglib:--enable-dbglib} \
        %{?with_proflib:--enable-proflib} \
-%if %{without alsa}
+%if !%{with alsa}
        --disable-alsadigi \
        --disable-alsamidi \
 %endif
@@ -436,7 +436,7 @@ TARGET_ARCH="%{rpmcflags}" export TARGET_ARCH
        %{!?with_jack:--disable-jackdigi} \
        %{!?with_svga:--disable-svgalib} \
        %{!?with_vga:--disable-vga} \
-%if %{without sse}
+%if !%{with sse}
        --disable-sse \
        --disable-asm \
 %endif
This page took 0.124934 seconds and 4 git commands to generate.