From 1b15721431a5a516dc86f0817cc3fc04e8dd1c2b Mon Sep 17 00:00:00 2001 From: John Marino Date: Fri, 5 Feb 2016 18:43:32 +0000 Subject: editors/mined: document ncurses requirement (USES+=ncurses) approved by: infrastructure blanket --- editors/mined/files/patch-src__makefile.bsd | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'editors/mined/files/patch-src__makefile.bsd') diff --git a/editors/mined/files/patch-src__makefile.bsd b/editors/mined/files/patch-src__makefile.bsd index 0ae3d321b179..5da8fcd1c042 100644 --- a/editors/mined/files/patch-src__makefile.bsd +++ b/editors/mined/files/patch-src__makefile.bsd @@ -18,7 +18,15 @@ #INSTALL = install --mode=+r,u+w INSTALL = install -m 644 -@@ -114,7 +114,7 @@ GLDOPTS= # -[B]static links statically +@@ -54,6 +54,7 @@ liblist = \ + ls /lib/libtermcap.so* $(LIBDIR)/libtermcap.so*; \ + ls /lib/libncursesw.so* $(LIBDIR)/libncursesw.so*; \ + ls /lib/libncurses.so* $(LIBDIR)/libncurses.so*; \ ++ ls /usr/local/lib/libncurses.so; \ + + + # select first library found from list, replace with -l... if static +@@ -114,7 +115,7 @@ GLDOPTS= # -[B]static links statically # compiler selection and compiler-specific options # (source warnings, optimisation and debug) -- cgit v1.2.3