]> git.pld-linux.org Git - packages/inetutils.git/blob - inetutils-tinfo.patch
- updated gettext BR
[packages/inetutils.git] / inetutils-tinfo.patch
1 --- inetutils-1.8/am/libcurses.m4.orig  2010-05-15 13:25:47.000000000 +0200
2 +++ inetutils-1.8/am/libcurses.m4       2010-11-13 08:52:51.651102452 +0100
3 @@ -84,6 +84,7 @@
4  dnl
5  AC_DEFUN([IU_LIB_TERMCAP], [
6    AC_REQUIRE([IU_LIB_NCURSES])
7 +  AC_CHECK_LIB(tinfo, tgetent, [LIBTERMCAP=-ltinfo], [
8    if test "$LIBNCURSES"; then
9      LIBTERMCAP="$LIBNCURSES"
10    else
11 @@ -95,6 +96,7 @@
12        AC_CHECK_LIB(termlib, tgetent, LIBTERMCAP=-ltermlib)
13      fi
14    fi
15 +  ])
16    AC_SUBST(LIBTERMCAP)])dnl
17  
18  dnl IU_LIB_CURSES -- checke for curses, and associated libraries
This page took 0.030861 seconds and 3 git commands to generate.