Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37420359
en ru br
ALT Linux repositórios
5.0: 2.10.20070831-alt1
4.1: 2.10.20070831-alt1
4.0: 2.10.20061228-alt1

Group :: Sistema/Bibliotecas
RPM: libedit

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: libedit-alt-configure-fix.patch
Download


--- libedit-20060213-2.9/configure.ac.fix	2006-03-07 16:06:55 +0300
+++ libedit-20060213-2.9/configure.ac	2006-03-07 16:07:05 +0300
@@ -18,19 +18,20 @@ esac
 
 # Checks for programs.
 AC_PROG_CXX
 AC_PROG_CC
 AC_PROG_LN_S
 AC_PROG_AWK
 EL_MANTYPE
 
-AC_CHECK_LIB(curses, tgetent,,
-   [AC_CHECK_LIB(ncurses, tgetent,,
-      [AC_MSG_ERROR([libtermcap, libcurses or libncurses are required!])] )] )
+AC_CHECK_LIB(tinfo, tgetent,,
+   [AC_CHECK_LIB(curses, tgetent,,
+      [AC_CHECK_LIB(ncurses, tgetent,,
+         [AC_MSG_ERROR([libtermcap, libcurses or libncurses are required!])] )] )] )
 
 # Checks for header files.
 AC_FUNC_ALLOCA
 AC_HEADER_DIRENT
 AC_HEADER_STDC
 AC_HEADER_SYS_WAIT
 AC_CHECK_HEADERS([fcntl.h limits.h malloc.h stdlib.h string.h sys/ioctl.h sys/param.h termios.h unistd.h curses.h ncurses.h sys/cdefs.h])
 
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009