diff options
Diffstat (limited to 'package/xawtv/patches/patch-configure_ac')
-rw-r--r-- | package/xawtv/patches/patch-configure_ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/xawtv/patches/patch-configure_ac b/package/xawtv/patches/patch-configure_ac new file mode 100644 index 000000000..b9dd83619 --- /dev/null +++ b/package/xawtv/patches/patch-configure_ac @@ -0,0 +1,11 @@ +--- xawtv-3.103.orig/configure.ac 2013-04-02 15:19:10.000000000 +0200 ++++ xawtv-3.103/configure.ac 2014-05-19 16:15:31.000000000 +0200 +@@ -119,7 +119,7 @@ fi + AC_CHECK_LIB(ossaudio,main,LIBOSS="-lossaudio") + AC_CHECK_LIB(ncursesw,initscr,LIBCURSES="-lncursesw") + if test "$LIBCURSES" = ""; then +- AC_CHECK_LIB(ncurses,initscr,LIBCURSES="-lncurses") ++ AC_CHECK_LIB(ncurses,initscr,LIBCURSES="-lncurses -ltinfo") + fi + if test "$LIBCURSES" = ""; then + AC_CHECK_LIB(curses,initscr,LIBCURSES="-lcurses") |