jer         14/10/27 23:25:27

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

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

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

Index: 1.55-gcc.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/hexcurse/files/1.55-gcc.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 1.55-gcc.patch      10 Aug 2004 00:39:26 -0000      1.1
+++ 1.55-gcc.patch      27 Oct 2014 23:25:27 -0000      1.2
@@ -1,5 +1,5 @@
---- src/getopt.c.orig  2002-03-21 17:55:54.000000000 +0100
-+++ src/getopt.c       2004-08-09 12:52:39.592951560 +0200
+--- a/src/getopt.c
++++ b/src/getopt.c
 @@ -36,8 +36,6 @@
   * enables hexcurse to be compiled with SGI's proprietary compiler        */
  #ifdef _SGIAPI



1.1                  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.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/hexcurse/files/1.55-tinfo.patch?rev=1.1&content-type=text/plain

Index: 1.55-tinfo.patch
===================================================================
--- a/configure.in
+++ b/configure.in
@@ -13,7 +13,7 @@
 
 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",)
 
 dnl Checks for header files.
 AC_HEADER_STDC




Reply via email to