packages (DEVEL): wine/wine-ncurses.patch - updated for 1.3.13

lisu lisu at pld-linux.org
Sun Feb 6 08:55:53 CET 2011


Author: lisu                         Date: Sun Feb  6 07:55:52 2011 GMT
Module: packages                      Tag: DEVEL
---- Log message:
- updated for 1.3.13

---- Files affected:
packages/wine:
   wine-ncurses.patch (1.10.2.2 -> 1.10.2.3) 

---- Diffs:

================================================================
Index: packages/wine/wine-ncurses.patch
diff -u packages/wine/wine-ncurses.patch:1.10.2.2 packages/wine/wine-ncurses.patch:1.10.2.3
--- packages/wine/wine-ncurses.patch:1.10.2.2	Sun Feb  6 00:45:37 2011
+++ packages/wine/wine-ncurses.patch	Sun Feb  6 08:55:47 2011
@@ -37,19 +37,27 @@
  # define CURSES_NAME "ncurses"
  #else
  # define CURSES_NAME "curses"
---- wine-1.3.13/dlls/kernel32/term.c.orig	2011-02-04 20:06:51.000000000 +0100
-+++ wine-1.3.13/dlls/kernel32/term.c	2011-02-06 00:42:49.712004005 +0100
-@@ -27,6 +27,9 @@
+--- wine-1.3.13/dlls/kernel32/term.c~	2011-02-04 20:06:51.000000000 +0100
++++ wine-1.3.13/dlls/kernel32/term.c	2011-02-05 16:25:43.627060372 +0100
+@@ -27,6 +27,8 @@
  # include <ncurses.h>
  #elif defined(HAVE_CURSES_H)
  # include <curses.h>
 +#elif defined(HAVE_NCURSES_NCURSES_H)
 +# include <ncurses/ncurses.h>
-+# include <ncurses/term.h>
  #endif
  /* avoid redefinition warnings */
  #undef KEY_EVENT
-@@ -148,7 +151,7 @@
+@@ -34,6 +36,8 @@
+ 
+ #if defined(HAVE_CURSES_H) || defined(HAVE_NCURSES_H)
+ #include <term.h>
++#elif defined(HAVE_NCURSES_NCURSES_H)
++#include <ncurses/term.h>
+ #endif
+ 
+ #include <windef.h>
+@@ -148,7 +152,7 @@
  
  #if defined(SONAME_LIBCURSES) || defined(SONAME_LIBNCURSES)
  
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/wine/wine-ncurses.patch?r1=1.10.2.2&r2=1.10.2.3&f=u



More information about the pld-cvs-commit mailing list