]> git.pld-linux.org Git - packages/alsa-utils.git/commitdiff
- new auto/th/alsa-utils-1_0_24_2-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 31 Jan 2011 19:50:14 +0000 (19:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    alsa-utils-link.patch -> 1.1

alsa-utils-link.patch [new file with mode: 0644]

diff --git a/alsa-utils-link.patch b/alsa-utils-link.patch
new file mode 100644 (file)
index 0000000..a84e101
--- /dev/null
@@ -0,0 +1,20 @@
+--- alsa-utils-1.0.24.2/configure.in~  2011-01-31 20:38:00.531764553 +0100
++++ alsa-utils-1.0.24.2/configure.in   2011-01-31 20:39:48.673656673 +0100
+@@ -136,7 +136,7 @@
+       curseslib="ncursesw"
+     else
+       AC_CHECK_LIB(ncursesw, initscr,
+-                 [ CURSESINC='<ncurses.h>'; CURSESLIB='-lncursesw'; curseslib="ncursesw"])
++                 [ CURSESINC='<ncurses.h>'; CURSESLIB='-lncursesw -ltinfow'; curseslib="ncursesw"])
+     fi
+     if test -n "$CURSESINC"; then
+       NCURSESLIBSUFFIX="w"
+@@ -153,7 +153,7 @@
+       curseslib="ncurses"
+     else
+       AC_CHECK_LIB(ncurses, initscr,
+-                 [ CURSESINC='<ncurses.h>'; CURSESLIB='-lncurses'; curseslib="ncurses"])
++                 [ CURSESINC='<ncurses.h>'; CURSESLIB='-lncurses -ltinfo'; curseslib="ncurses"])
+     fi
+   fi
+   if test "$curseslib" = "curses" -o "$curseslib" = "auto"; then
This page took 0.159625 seconds and 4 git commands to generate.