]> git.pld-linux.org Git - packages/ncmpcpp.git/blame - ncmpcpp-curses.patch
- include support for older ncurses
[packages/ncmpcpp.git] / ncmpcpp-curses.patch
CommitLineData
9ab1982b
JP
1--- ncmpcpp-0.3.5/configure.in.orig 2009-07-25 14:46:22.000000000 +0200
2+++ ncmpcpp-0.3.5/configure.in 2009-07-25 14:47:05.000000000 +0200
3@@ -60,7 +60,7 @@
4 if test "$pdcurses" = "no" ; then
5 pdcurses=XCurses
6 if test "$unicode" = "yes" ; then
7- curses_config_bin=ncursesw5-config
2d29f96f 8+ test -f /usr/bin/ncursesw6-config && curses_config_bin=ncursesw6-config || curses_config_bin=ncursesw5-config
9ab1982b
JP
9 curses_lib=ncursesw
10 AC_DEFINE([_UTF8], [1], [enables unicode support])
11 else
This page took 0.090382 seconds and 4 git commands to generate.