From: Jakub Bogusz Date: Mon, 25 Aug 2008 18:09:52 +0000 (+0000) Subject: - fix ncurses linking X-Git-Url: http://git.pld-linux.org/?p=packages%2F3store3.git;a=commitdiff_plain;h=d6977363e553908a3c6272e541e1564c3d49c40b - fix ncurses linking Changed files: 3store3-link.patch -> 1.1 --- diff --git a/3store3-link.patch b/3store3-link.patch new file mode 100644 index 0000000..d3d7923 --- /dev/null +++ b/3store3-link.patch @@ -0,0 +1,12 @@ +--- 3store3-3.0.17/configure.ac.orig 2006-07-17 12:30:03.000000000 +0200 ++++ 3store3-3.0.17/configure.ac 2008-08-25 18:45:53.982127605 +0200 +@@ -78,7 +78,9 @@ + + LIBS_SAVE=$LIBS + LIBS="" ++AC_CHECK_LIB([tinfo], [tgetent], [], [ + AC_CHECK_LIB([curses], [tgetent], [], AC_MSG_ERROR([Cannot find curses library])) ++]) + AC_CHECK_LIB([readline], [readline], [], AC_MSG_ERROR([Cannot find readline library])) + LIBS_READLINE=$LIBS + LIBS=$LIBS_SAVE