From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- app-editors/moe/files/moe-1.6-tinfo.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 app-editors/moe/files/moe-1.6-tinfo.patch (limited to 'app-editors/moe/files/moe-1.6-tinfo.patch') diff --git a/app-editors/moe/files/moe-1.6-tinfo.patch b/app-editors/moe/files/moe-1.6-tinfo.patch new file mode 100644 index 000000000000..5a94ec599e89 --- /dev/null +++ b/app-editors/moe/files/moe-1.6-tinfo.patch @@ -0,0 +1,11 @@ +--- a/Makefile.in.orig 2014-11-03 00:33:57.152593136 +0300 ++++ b/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 = $(shell ${PKG_CONFIG} --libs ncurses) + SHELL = /bin/sh + + edobjs = basic_buffer.o block.o buffer.o buffer_handle.o \ -- cgit v1.2.3