diff options
Diffstat (limited to 'media-gfx/aewan/files/aewan-1.0.01-tinfo.patch')
-rw-r--r-- | media-gfx/aewan/files/aewan-1.0.01-tinfo.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/media-gfx/aewan/files/aewan-1.0.01-tinfo.patch b/media-gfx/aewan/files/aewan-1.0.01-tinfo.patch new file mode 100644 index 000000000000..b4edfd1b990c --- /dev/null +++ b/media-gfx/aewan/files/aewan-1.0.01-tinfo.patch @@ -0,0 +1,15 @@ +--- a/configure.ac ++++ b/configure.ac +@@ -13,9 +13,10 @@ + + # Checks for libraries. + AC_CHECK_LIB([ncurses], [initscr], [], +- AC_MSG_ERROR([Can't find ncurses library. Install it first.])) ++ AC_MSG_ERROR([Cannot find ncurses library. Install it first.])) ++AC_SEARCH_LIBS([define_key], [tinfo]) + AC_CHECK_LIB([z], [gzopen], [], +- AC_MSG_ERROR([Can't find zlib library. Install it first.])) ++ AC_MSG_ERROR([Cannot find zlib library. Install it first.])) + + # Checks for header files. + AC_HEADER_STDC |