]> git.pld-linux.org Git - packages/xine-ui.git/commitdiff
- Why everybody check for curses instead of ncurses?
authorMariusz Mazur <mmazur@pld-linux.org>
Fri, 21 Feb 2003 19:04:46 +0000 (19:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xine-ui-ncurses.patch -> 1.1

xine-ui-ncurses.patch [new file with mode: 0644]

diff --git a/xine-ui-ncurses.patch b/xine-ui-ncurses.patch
new file mode 100644 (file)
index 0000000..77bdda4
--- /dev/null
@@ -0,0 +1,13 @@
+--- src/fb/keys.c~     Wed Jan 29 20:14:29 2003
++++ src/fb/keys.c      Fri Feb 21 18:59:25 2003
+@@ -33,9 +33,7 @@
+ #include <linux/kd.h>
+ #endif
+-#ifdef HAVE_CURSES_H
+-#include <curses.h>
+-#endif
++#include <ncurses/ncurses.h>
+ #include "keys.h"
This page took 0.052844 seconds and 4 git commands to generate.