diff options
author | Jeroen Roovers <jer@gentoo.org> | 2018-03-02 11:26:01 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2018-03-02 11:26:14 +0100 |
commit | 09b77cdaec0cd7b617c92e936cbec78652157e3a (patch) | |
tree | 52778fd37ea24fecb9bf1c1e9a00542882e244ff /app-editors/hteditor/files | |
parent | dev-ruby/netrc: add ruby24, ruby25 (diff) | |
download | gentoo-09b77cdaec0cd7b617c92e936cbec78652157e3a.tar.gz gentoo-09b77cdaec0cd7b617c92e936cbec78652157e3a.tar.bz2 gentoo-09b77cdaec0cd7b617c92e936cbec78652157e3a.zip |
app-editors/hteditor: Fix building against sys-libs/ncurses[tinfo] (bug #601080).
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-editors/hteditor/files')
-rw-r--r-- | app-editors/hteditor/files/hteditor-2.1.0-tinfo.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app-editors/hteditor/files/hteditor-2.1.0-tinfo.patch b/app-editors/hteditor/files/hteditor-2.1.0-tinfo.patch new file mode 100644 index 000000000000..556cb93569d4 --- /dev/null +++ b/app-editors/hteditor/files/hteditor-2.1.0-tinfo.patch @@ -0,0 +1,10 @@ +--- a/configure.ac ++++ b/configure.ac +@@ -198,6 +198,7 @@ + fi + HT_LIBS="$HT_LIBS -l$CURSES_LIB" + fi ++AC_SEARCH_LIBS(stdscr,tinfo) + + dnl Makefile vars. + AC_SUBST(IO_DIR) |