]> git.pld-linux.org Git - packages/nano.git/blob - nano-ncurses-ncurses.h.patch
017f53f4f3fdd243432b2d41a2b21b7d51bbe4c8
[packages/nano.git] / nano-ncurses-ncurses.h.patch
1 --- nano-1.9.99pre2/src/nano.h.orig     2006-08-22 20:48:13.000000000 +0200
2 +++ nano-1.9.99pre2/src/nano.h  2006-09-14 00:10:39.000000000 +0200
3 @@ -71,6 +71,8 @@
4  /* Ncurses support. */
5  #elif defined(HAVE_NCURSES_H)
6  #include <ncurses.h>
7 +#elif defined(HAVE_NCURSES_NCURSES_H)
8 +#include <ncurses/ncurses.h>
9  #else
10  /* Curses support. */
11  #include <curses.h>
12 --- nano-2.9.8/configure.ac.orig        2018-06-12 19:41:34.569620447 +0200
13 +++ nano-2.9.8/configure.ac     2018-06-12 19:47:56.142949422 +0200
14 @@ -531,7 +531,7 @@
15  fi
16  
17  if eval "test x$CURSES_LIB_NAME = x"; then
18 -       AC_CHECK_HEADERS(ncurses.h)
19 +       AC_CHECK_HEADERS(ncurses.h ncurses/ncurses.h)
20  
21         if test "x$enable_utf8" != xno; then
22                 OLDLIBS="$LIBS"
This page took 0.055531 seconds and 2 git commands to generate.