SOURCES: xine-ui-ncurses.patch - change purpose of this patch - fi...

shadzik shadzik at pld-linux.org
Fri May 4 02:52:00 CEST 2007


Author: shadzik                      Date: Fri May  4 00:52:00 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- change purpose of this patch - fix ncurses detection

---- Files affected:
SOURCES:
   xine-ui-ncurses.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/xine-ui-ncurses.patch
diff -u SOURCES/xine-ui-ncurses.patch:1.1 SOURCES/xine-ui-ncurses.patch:1.2
--- SOURCES/xine-ui-ncurses.patch:1.1	Fri Feb 21 20:04:46 2003
+++ SOURCES/xine-ui-ncurses.patch	Fri May  4 02:51:55 2007
@@ -1,13 +1,11 @@
---- 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"
+--- configure.ac	2007-05-04 02:35:18.755421561 +0200
++++ configure.ac-new	2007-05-04 02:40:20.610440809 +0200
+@@ -304,7 +304,7 @@
+    AS_HELP_STRING([--without-ncurses], [Turn off ncurses support.]))
  
+ if test "x$with_ncurses" != "xno"; then
+-  AC_CHECK_HEADERS(curses.h)
++  AC_CHECK_HEADERS(ncurses/ncurses.h)
+   AC_CHECK_LIB(ncurses, cbreak,
+                AC_DEFINE(HAVE_NCURSES,,[Define this if you have ncurses installed])
+                ac_have_ncurses="yes"
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/xine-ui-ncurses.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list