6728N/AThe libgnt library needs to be linked against the GNU version of libpanel.
6728N/A
6728N/AThis patch should be send upstream when sanitized into an acceptable form.
6728N/A
6728N/A--- pidgin-2.11.0/configure.ac.orig 2016-09-02 14:27:14.528745431 +0000
6728N/A+++ pidgin-2.11.0/configure.ac 2016-09-02 14:28:33.444799880 +0000
6728N/A@@ -688,7 +688,7 @@
6728N/A # ncursesw was not found. Look for plain old ncurses
6728N/A enable_consoleui=yes
6728N/A AC_CHECK_LIB(ncurses, initscr, [GNT_LIBS="-lncurses"], [enable_consoleui=no])
6728N/A- AC_CHECK_LIB(panel, update_panels, [GNT_LIBS="$GNT_LIBS -lpanel"],
6728N/A+ AC_CHECK_LIB(panel, update_panels, [GNT_LIBS="$GNT_LIBS -L/usr/gnu/lib/64 -R/usr/gnu/lib/64 -lpanel"],
6728N/A [enable_consoleui=no], [$GNT_LIBS])
6728N/A AC_DEFINE(NO_WIDECHAR, 1, [Define to 1 if you don't have wide-character support.])
6728N/A if test x"$ac_ncurses_includes" != "x"; then