]> git.pld-linux.org Git - packages/alsa-utils.git/blame - alsa-utils-link.patch
- no more separated libtinfo(w)
[packages/alsa-utils.git] / alsa-utils-link.patch
CommitLineData
4a41cd4f
AM
1--- alsa-utils-1.0.24.2/configure.in~ 2011-01-31 20:38:00.531764553 +0100
2+++ alsa-utils-1.0.24.2/configure.in 2011-01-31 20:39:48.673656673 +0100
3@@ -136,7 +136,7 @@
4 curseslib="ncursesw"
5 else
6 AC_CHECK_LIB(ncursesw, initscr,
7- [ CURSESINC='<ncurses.h>'; CURSESLIB='-lncursesw'; curseslib="ncursesw"])
8+ [ CURSESINC='<ncurses.h>'; CURSESLIB='-lncursesw -ltinfow'; curseslib="ncursesw"])
9 fi
10 if test -n "$CURSESINC"; then
11 NCURSESLIBSUFFIX="w"
12@@ -153,7 +153,7 @@
13 curseslib="ncurses"
14 else
15 AC_CHECK_LIB(ncurses, initscr,
16- [ CURSESINC='<ncurses.h>'; CURSESLIB='-lncurses'; curseslib="ncurses"])
17+ [ CURSESINC='<ncurses.h>'; CURSESLIB='-lncurses -ltinfo'; curseslib="ncurses"])
18 fi
19 fi
20 if test "$curseslib" = "curses" -o "$curseslib" = "auto"; then
This page took 0.026385 seconds and 4 git commands to generate.