tomjbe      14/11/23 14:34:28

  Added:                ax25-apps-0.8.4-tinfo.patch
  Log:
  Fix missing dep on tinfo (bug #529776). Thanks Diego
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x762053D5)

Revision  Changes    Path
1.1                  media-radio/ax25-apps/files/ax25-apps-0.8.4-tinfo.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/ax25-apps/files/ax25-apps-0.8.4-tinfo.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/ax25-apps/files/ax25-apps-0.8.4-tinfo.patch?rev=1.1&content-type=text/plain

Index: ax25-apps-0.8.4-tinfo.patch
===================================================================
# fix tinof handling (bug 529776)
--- configure.ac.old    2014-11-23 15:05:03.000000000 +0100
+++ configure.ac        2014-11-23 15:07:42.000000000 +0100
@@ -17,7 +17,7 @@
 AC_SUBST(AX25_LIB)
 AC_SUBST(NCURSES_LIB)
 AC_CHECK_LIB(ax25, ax25_config_load_ports, AX25_LIB="-lax25", 
AC_MSG_ERROR(Could not find the libax25 libraries; aborting))
-AC_CHECK_LIB(ncurses, initscr,NCURSES_LIB="-lncurses", AC_MSG_ERROR(Could not 
find the ncurses library; aborting))
+PKG_CHECK_MODULES(ncurses, ncurses, [NCURSES_LIB="$ncurses_LIBS"], 
AC_MSG_ERROR(Could not find the ncurses library))
 
 dnl Checks for working glibc 2.1 headers
 AC_CHECK_TYPES([struct ax25_fwd_struct], [],




Reply via email to