]> git.pld-linux.org Git - packages/compat-ncurses5.git/commitdiff
- fix conditions
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 20 Apr 2009 12:32:24 +0000 (12:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ncurses.spec -> 1.191

ncurses.spec

index fd5cdbe1437f7c7b64569950b093eaf16f90655e..96d845780d2a984a95745537f574e1c4e24b5099 100644 (file)
@@ -371,8 +371,8 @@ cd obj-$t
        --with-ada-include=%{_libdir}/gcc/$gcc_target/$gcc_version/adainclude/ \
        --with-ada-objects=%{_libdir}/gcc/$gcc_target/$gcc_version/adalib/ \
        `[ "$t" = "narrowc" ] && echo --with-termlib=tinfo` \
-       `[ "$t" = "wideclowcolor" ] && echo --with-termlib=tinfow --enable-widec --enable-ext-colors --includedir=%{_includedir}wlc` \
-       `[ "$t" = "widec" ] && echo --with-termlib=tinfow --enable-widec --disable-ext-colors --includedir=%{_includedir}w`
+       `[ "$t" = "wideclowcolor" ] && echo --with-termlib=tinfow --enable-widec --disable-ext-colors --includedir=%{_includedir}wlc` \
+       `[ "$t" = "widec" ] && echo --with-termlib=tinfow --enable-widec --enable-ext-colors --includedir=%{_includedir}w`
 
 %{__make}
 
This page took 0.143524 seconds and 4 git commands to generate.