]> git.pld-linux.org Git - packages/compat-ncurses5.git/commitdiff
- on ppc --enable-safe-sprintf _must_ be off
authormarcus <marcus@pld-linux.org>
Sun, 24 Mar 2002 11:33:45 +0000 (11:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel.26.

Changed files:
    ncurses.spec -> 1.90

ncurses.spec

index e10c046d6806cdf029311f383dd8fa7ca407bb67..e49231e4c256e704ffdae702a0c65c27df68a1bf 100644 (file)
@@ -11,7 +11,7 @@ Summary(pt_BR):       Biblioteca de controle de terminal curses
 Summary(tr):   Terminal kontrol kitaplýðý
 Name:          ncurses
 Version:       5.2
-Release:       25
+Release:       26
 License:       distributable
 Group:         Libraries
 Source0:       ftp://dickey.his.com/ncurses/%{name}-%{version}.tar.gz
@@ -219,6 +219,19 @@ 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 \
@@ -231,6 +244,7 @@ CFLAGS="%{rpmcflags} -DPURE_TERMINFO"
        --with-termlib \
        --enable-safe-sprintf \
        --with-manpage-format=normal
+%endif
 
 %{__make}
 
This page took 0.037369 seconds and 4 git commands to generate.