]> git.pld-linux.org Git - packages/nano.git/blame - nano-link.patch
- rel 4
[packages/nano.git] / nano-link.patch
CommitLineData
c5cf6c31 1--- nano-2.2.5/configure.ac~ 2010-08-09 09:26:51.987128085 +0200
2+++ nano-2.2.5/configure.ac 2010-08-09 09:28:32.852952219 +0200
3@@ -442,7 +442,7 @@
4 AC_CHECK_HEADERS(ncurses.h ncurses/ncurses.h)
5
6 if test x$enable_utf8 != xno; then
7- AC_CHECK_LIB(ncursesw, get_wch, [CURSES_LIB="-lncursesw" CPPFLAGS="-I/usr/include/ncursesw $CPPFLAGS" CURSES_LIB_NAME=ncursesw CURSES_LIB_WIDE=yes])
8+ AC_CHECK_LIB(ncursesw, get_wch, [CURSES_LIB="-lncursesw -ltinfow" CPPFLAGS="-I/usr/include/ncursesw $CPPFLAGS" CURSES_LIB_NAME=ncursesw CURSES_LIB_WIDE=yes])
9 fi
10
11 if eval "test x$CURSES_LIB_NAME = x"; then
This page took 0.031609 seconds and 4 git commands to generate.