Репозиторий ALT Linux backports/2.4
Последнее обновление: 9 июля 2008 | Пакетов: 497 | Посещений: 1619513
 поиск   регистрация   авторизация 
 
Группа :: Сети/Передача файлов
Пакет: lftp

 Главная   Изменения   Спек   Патчи   Загрузить   Bugs and FR 

Патч: lftp-3.0.6-alt-tinfo.patch


--- lftp-3.0.6/m4/terminfo.m4.orig	2004-06-15 02:40:51 +0400
+++ lftp-3.0.6/m4/terminfo.m4	2004-06-15 02:41:05 +0400
@@ -1,9 +1,9 @@
 AC_DEFUN([lftp_TERMINFO],
 [
-   AC_CHECK_HEADERS(curses.h term.h ncurses/curses.h ncurses/term.h)
+   AC_CHECK_HEADERS(curses.h term.h)
 
    # Get a library with terminal caps if needed; prefer one with tigetstr.
-   AC_SEARCH_LIBS(tigetstr, [curses ncurses], [
+   AC_SEARCH_LIBS(tigetstr, [tinfo curses ncurses], [
 	 AC_DEFINE(HAVE_TIGETSTR, 1, [Define to 1 if you have the `tigetstr' function.])
 	 AC_CHECK_FUNCS(tgetstr)
       ], [AC_SEARCH_LIBS(tgetstr, termcap,
 
design & coding: Vladimir Lettiev aka crux © 2004-2005