jer 14/10/31 11:11:02 Added: shmux-1.0.2-tinfo.patch Log: Fix building against sys-libs/ncurses[tinfo] (bug #459642). (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.1 net-misc/shmux/files/shmux-1.0.2-tinfo.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/shmux/files/shmux-1.0.2-tinfo.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/shmux/files/shmux-1.0.2-tinfo.patch?rev=1.1&content-type=text/plain Index: shmux-1.0.2-tinfo.patch =================================================================== --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,7 @@ fi # Checks for libraries. -AC_SEARCH_LIBS([tgetent], [termcap curses ncurses]) +AC_SEARCH_LIBS([tgetent], [termcap tinfo curses ncurses]) AC_SEARCH_LIBS([basename], [gen]) if test "x$with_pcre" != "xno"; then AC_SEARCH_LIBS([pcre_compile], [pcre], ,
