]> git.pld-linux.org Git - packages/compat-ncurses5.git/commitdiff
- just nicer
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 24 Mar 2002 11:40:24 +0000 (11:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ncurses.spec -> 1.91

ncurses.spec

index e49231e4c256e704ffdae702a0c65c27df68a1bf..256d84133ee939942e75793d29f2cfc25017c52c 100644 (file)
@@ -219,19 +219,6 @@ sh %{SOURCE2}
 
 %build
 CFLAGS="%{rpmcflags} -DPURE_TERMINFO"
-%ifarch ppc
-%configure2_13 \
-       --with-install-prefix=$RPM_BUILD_ROOT \
-       --with-normal \
-       --with-shared \
-       --without-ada \
-       --with%{?_without_cxx:out}-cxx \
-       --with%{?_without_cxx:out}-cxx-binding \
-       --without-profile \
-       --without-debug \
-       --with-termlib \
-       --with-manpage-format=normal
-%else
 %configure2_13 \
        --with-install-prefix=$RPM_BUILD_ROOT \
        --with-normal \
@@ -242,9 +229,11 @@ CFLAGS="%{rpmcflags} -DPURE_TERMINFO"
        --without-profile \
        --without-debug \
        --with-termlib \
+%ifnarch ppc
        --enable-safe-sprintf \
-       --with-manpage-format=normal
 %endif
+       --with-manpage-format=normal
+%else
 
 %{__make}
 
This page took 0.086353 seconds and 4 git commands to generate.