jer 14/12/06 08:21:12 Modified: moe-1.6-tinfo.patch Log: Fix building against sys-libs/ncurses[-tinfo] (bug #531764). (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.2 app-editors/moe/files/moe-1.6-tinfo.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/moe/files/moe-1.6-tinfo.patch?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/moe/files/moe-1.6-tinfo.patch?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/moe/files/moe-1.6-tinfo.patch?r1=1.1&r2=1.2 Index: moe-1.6-tinfo.patch =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-editors/moe/files/moe-1.6-tinfo.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- moe-1.6-tinfo.patch 2 Nov 2014 22:08:35 -0000 1.1 +++ moe-1.6-tinfo.patch 6 Dec 2014 08:21:12 -0000 1.2 @@ -5,7 +5,7 @@ INSTALL_DATA = $(INSTALL) -m 644 INSTALL_DIR = $(INSTALL) -d -m 755 -LIBS = -lncurses -+LIBS = -lncurses -ltinfo ++LIBS = $(shell ${PKG_CONFIG} --libs ncurses) SHELL = /bin/sh edobjs = basic_buffer.o block.o buffer.o buffer_handle.o \
