1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-03-06 10:15:47 +01:00

initial import

This commit is contained in:
root
2010-02-09 21:25:29 +01:00
commit b2719dc011
1080 changed files with 41656 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
--- 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