Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 651914
Collapse All | Expand All

(-)a/THANKS (+2 lines)
Lines 25-30 c02y Link Here
25
Carl Mueller (carlmuller)
25
Carl Mueller (carlmuller)
26
Carlos Pita
26
Carlos Pita
27
Charles Kauffman
27
Charles Kauffman
28
Chema Alonso Josa (nimiux)
28
Christian Fillion (cfillion)
29
Christian Fillion (cfillion)
29
Christian Herdtweck
30
Christian Herdtweck
30
Christoph (informationen)
31
Christoph (informationen)
Lines 128-133 Richard Benson Link Here
128
Robert Sarkozi
129
Robert Sarkozi
129
Roger Bongers
130
Roger Bongers
130
Ross Hadden (rosshadden)
131
Ross Hadden (rosshadden)
132
Ruslan Osmanov (rosmanov)
131
Russell Urquhart
133
Russell Urquhart
132
SanLe
134
SanLe
133
santhoshr
135
santhoshr
(-)a/configure (-1 / +1 lines)
Lines 8707-8713 return curs_set (); Link Here
8707
  return 0;
8707
  return 0;
8708
}
8708
}
8709
_ACEOF
8709
_ACEOF
8710
for ac_lib in '' tinfo; do
8710
for ac_lib in '' tinfow; do
8711
  if test -z "$ac_lib"; then
8711
  if test -z "$ac_lib"; then
8712
    ac_res="none required"
8712
    ac_res="none required"
8713
  else
8713
  else
(-)a/configure.ac (-2 / +1 lines)
Lines 437-443 AC_CHECK_LIB(${curses_lib_name}, initscr, Link Here
437
        CPPFLAGS="$CPPFLAGS -I/usr/include/${curses_lib_name}"
437
        CPPFLAGS="$CPPFLAGS -I/usr/include/${curses_lib_name}"
438
    fi
438
    fi
439
    ncurses_found=yes]
439
    ncurses_found=yes]
440
    AC_SEARCH_LIBS([curs_set], [tinfo],,
440
    AC_SEARCH_LIBS([curs_set], [tinfow],,
441
        AC_MSG_ERROR(could not find a library providing curs_set)))
441
        AC_MSG_ERROR(could not find a library providing curs_set)))
442
dnl If libncursesw is not found on OS X, check for libncurses.  On OS X it has
442
dnl If libncursesw is not found on OS X, check for libncurses.  On OS X it has
443
dnl support of wide characters.
443
dnl support of wide characters.
444
- 

Return to bug 651914