jer         15/01/09 16:39:43

  Modified:             1.55-tinfo.patch
  Log:
  Simplify library checks, drop virtual/pkgconfig (maybe bug #536128).
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.2                  app-editors/hexcurse/files/1.55-tinfo.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/hexcurse/files/1.55-tinfo.patch?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/hexcurse/files/1.55-tinfo.patch?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/hexcurse/files/1.55-tinfo.patch?r1=1.1&r2=1.2

Index: 1.55-tinfo.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/hexcurse/files/1.55-tinfo.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 1.55-tinfo.patch    27 Oct 2014 23:25:27 -0000      1.1
+++ 1.55-tinfo.patch    9 Jan 2015 16:39:43 -0000       1.2
@@ -1,11 +1,13 @@
 --- a/configure.in
 +++ b/configure.in
-@@ -13,7 +13,7 @@
+@@ -13,7 +13,9 @@
  
  dnl Checks for libraries.
  dnl Replace `main' with a function in -lncurses:
 -AC_CHECK_LIB(ncurses, initscr,,AC_CHECK_LIB(curses, initscr))
-+PKG_CHECK_MODULES(ncurses,ncurses,LIBS="$LIBS $ncurses_LIBS",)
++AC_CHECK_LIB(ncurses, initscr)
++AC_SEARCH_LIBS(initscr,curses)
++AC_SEARCH_LIBS(LINES,tinfo)
  
  dnl Checks for header files.
  AC_HEADER_STDC




Reply via email to