1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2025-12-26 08:22:40 +01:00
Files
gryf-overlay/media-plugins/xmms-shell/files/xmms-shell-readline.patch
2010-02-09 21:25:29 +01:00

11 lines
280 B
Diff

--- xmms-shell-0.99.3/configure.in.orig 2004-02-04 00:19:03.000000000 -0800
+++ xmms-shell-0.99.3/configure.in 2004-02-04 00:19:44.000000000 -0800
@@ -30,6 +30,7 @@
if test x$with_readline = xyes
then
+ AC_CHECK_LIB(ncurses, main)
AC_CHECK_LIB(readline, readline)
fi