]> git.pld-linux.org Git - packages/ncmpc.git/blob - ncmpc-tinfo.patch
- release 2
[packages/ncmpc.git] / ncmpc-tinfo.patch
1 --- ncmpc-0.17/configure.ac~    2010-07-15 04:03:15.000000000 +0200
2 +++ ncmpc-0.17/configure.ac     2010-07-19 15:25:53.550308463 +0200
3 @@ -98,7 +98,7 @@
4  
5  AC_CHECK_LIB([$ncurses], 
6              [initscr],
7 -            [LIBS="$LIBS -l$ncurses"], 
8 +            [LIBS="$LIBS -l$ncurses -ltinfo"], 
9              [AC_MSG_ERROR($ncurses library is required)])
10  
11  if test "x$ncurses" = "xncursesw"; then
This page took 0.084375 seconds and 3 git commands to generate.