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

(-)file_not_specified_in_diff (-1 / +6 lines)
Line  Link Here
0
-- a/curses/configure.ac
0
++ b/curses/configure.ac
Lines 147-152 Link Here
147
CPPFLAGS="$ORIG_CPPFLAGS"
147
CPPFLAGS="$ORIG_CPPFLAGS"
148
LIBS="$ORIG_LIBS"
148
LIBS="$ORIG_LIBS"
149
149
150
# Determine whether the detected ncurses splits off libtinfo
151
152
AC_SEARCH_LIBS([stdscr], [$CURSES_LIB_BASE tinfow tinfo],
153
  [CURSES_LIB_BASE="$CURSES_LIB_BASE `expr $ac_res : '-l\(.*\)'`"],
154
  AC_MSG_ERROR(could not find a library providing stdscr))
150
155
151
# Perform substitutions
156
# Perform substitutions
152
157

Return to bug 527194