zlogene 14/11/02 22:08:35 Added: moe-1.6-tinfo.patch Log: Fix build against sys-libs/ncurses[tinfo] (bug #527590); Drop old. (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Revision Changes Path 1.1 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.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/moe/files/moe-1.6-tinfo.patch?rev=1.1&content-type=text/plain Index: moe-1.6-tinfo.patch =================================================================== --- Makefile.in.orig 2014-11-03 00:33:57.152593136 +0300 +++ Makefile.in 2014-11-03 00:34:21.121592519 +0300 @@ -4,7 +4,7 @@ INSTALL_PROGRAM = $(INSTALL) -m 755 INSTALL_DATA = $(INSTALL) -m 644 INSTALL_DIR = $(INSTALL) -d -m 755 -LIBS = -lncurses +LIBS = -lncurses -ltinfo SHELL = /bin/sh edobjs = basic_buffer.o block.o buffer.o buffer_handle.o \
