public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-editors/xemacs/files: xemacs-21.5.34-ncurses-tinfo.patch
@ 2014-02-02 22:42 Mats Lidell (matsl)
  0 siblings, 0 replies; only message in thread
From: Mats Lidell (matsl) @ 2014-02-02 22:42 UTC (permalink / raw
  To: gentoo-commits

matsl       14/02/02 22:42:57

  Added:                xemacs-21.5.34-ncurses-tinfo.patch
  Log:
  Add patch allowing ncurses to be configured with separated tinfo library
  
  (Portage version: 2.2.7/cvs/Linux i686, signed Manifest commit with key 0x377034660A5828DE!)

Revision  Changes    Path
1.1                  app-editors/xemacs/files/xemacs-21.5.34-ncurses-tinfo.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/files/xemacs-21.5.34-ncurses-tinfo.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/files/xemacs-21.5.34-ncurses-tinfo.patch?rev=1.1&content-type=text/plain

Index: xemacs-21.5.34-ncurses-tinfo.patch
===================================================================
diff -r 6355de501637 configure
--- a/configure	Thu Jan 23 15:03:16 2014 +0000
+++ b/configure	Fri Jan 31 23:55:12 2014 +0100
@@ -19699,7 +19699,8 @@
     extra_objs="$extra_objs terminfo.o" &&  if test "$verbose" = "yes"; then
    echo "    xemacs will be linked with \"terminfo.o\""
  fi
-    LIBS="-lncurses $LIBS" &&  if test "$verbose" = "yes"; then echo "    Prepending \"-lncurses\" to \$LIBS"; fi
+    ncurses_libs=$(pkg-config ncurses --libs)
+    LIBS="$ncurses_libs $LIBS" &&  if test "$verbose" = "yes"; then echo "    Prepending \"$ncurses_libs\" to \$LIBS"; fi
 
     if test "$ac_cv_header_ncurses_curses_h" != "yes" ; then
                         save_c_switch_site="$c_switch_site"





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-02-02 22:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-02 22:42 [gentoo-commits] gentoo-x86 commit in app-editors/xemacs/files: xemacs-21.5.34-ncurses-tinfo.patch Mats Lidell (matsl)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox