From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- app-editors/hexcurse/files/hexcurse-1.60.0-tinfo.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 app-editors/hexcurse/files/hexcurse-1.60.0-tinfo.patch (limited to 'app-editors/hexcurse/files/hexcurse-1.60.0-tinfo.patch') diff --git a/app-editors/hexcurse/files/hexcurse-1.60.0-tinfo.patch b/app-editors/hexcurse/files/hexcurse-1.60.0-tinfo.patch new file mode 100644 index 000000000000..1933a22bb044 --- /dev/null +++ b/app-editors/hexcurse/files/hexcurse-1.60.0-tinfo.patch @@ -0,0 +1,13 @@ +--- a/configure.ac ++++ b/configure.ac +@@ -15,7 +15,9 @@ + + dnl Checks for libraries. + dnl Replace `main' with a function in -lncurses: +-AC_CHECK_LIB(ncurses, initscr,,[AC_CHECK_LIB(curses, initscr,,[AC_MSG_ERROR([ncurses library not found])])]) ++AC_CHECK_LIB(ncurses, initscr) ++AC_SEARCH_LIBS(initscr,curses) ++AC_SEARCH_LIBS(LINES,tinfo) + + dnl Checks for header files. + AC_HEADER_STDC -- cgit v1.2.3