]> git.pld-linux.org Git - packages/xine-ui.git/commitdiff
- change purpose of this patch - fix ncurses detection
authorshadzik <shadzik@pld-linux.org>
Fri, 4 May 2007 00:51:55 +0000 (00:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xine-ui-ncurses.patch -> 1.2

xine-ui-ncurses.patch

index 77bdda4da673062f62ca1d534b0ef2e6612feea5..0001e0b4cf1328ea8b4991ce1f925ae9819d4ae0 100644 (file)
@@ -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"
This page took 0.034211 seconds and 4 git commands to generate.