jer         14/03/14 13:56:31

  Added:                w3m-0.5.3-tinfo.patch
  Log:
  Fix building against sys-libs/ncurses[tinfo] (bug #504588).
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.1                  www-client/w3m/files/w3m-0.5.3-tinfo.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/w3m/files/w3m-0.5.3-tinfo.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/w3m/files/w3m-0.5.3-tinfo.patch?rev=1.1&content-type=text/plain

Index: w3m-0.5.3-tinfo.patch
===================================================================
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -400,10 +400,10 @@
 AC_ARG_WITH(termlib,
  [  --with-termlib[=LIBS]              terminal library
                                LIBS is space separated list of:
-                                 terminfo mytinfo termcap ncurses curses],,
+                                 terminfo mytinfo termcap tinfo ncurses 
curses],,
  [with_termlib="yes"])
  AC_MSG_RESULT($with_termlib)
- test x"$with_termlib" = xyes && with_termlib="terminfo mytinfo termlib 
termcap ncurses curses"
+ test x"$with_termlib" = xyes && with_termlib="terminfo mytinfo termlib 
termcap tinfo ncurses curses"
  for lib in $with_termlib; do
    AC_CHECK_LIB($lib, tgetent, [W3M_LIBS="$W3M_LIBS -l$lib"; break])
  done




Reply via email to