jer         14/11/10 10:37:48

  Added:                pork-0.99.8.1-tinfo.patch
  Log:
  Fix building against sys-libs/ncurses[tinfo] (bug #527592).
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.1                  net-im/pork/files/pork-0.99.8.1-tinfo.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pork/files/pork-0.99.8.1-tinfo.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pork/files/pork-0.99.8.1-tinfo.patch?rev=1.1&content-type=text/plain

Index: pork-0.99.8.1-tinfo.patch
===================================================================
--- a/configure.ac
+++ b/configure.ac
@@ -114,6 +114,8 @@
 
 AC_CHECK_LIB(ncurses, resizeterm, AC_DEFINE(HAVE_RESIZETERM, 1, [Define to 1 
if you have the 'resizeterm' function in -lncurses.]))
 
+AC_SEARCH_LIBS(stdscr, tinfo)
+
 AC_CHECK_TYPE(u_int32_t, uint32_t)
 if test "$ac_cv_type_u_int32_t" = "no"; then
        AC_CHECK_TYPE(uint32_t, unsigned int)




Reply via email to