SOURCES: wine-ncurses.patch - up to 0.9.41 - NOTE about broken win...

twittner twittner at pld-linux.org
Sat Jul 14 21:36:56 CEST 2007


Author: twittner                     Date: Sat Jul 14 19:36:56 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- up to 0.9.41
- NOTE about broken wineconsole (the same goes with previous
  version of wine - 0.9.40)

---- Files affected:
SOURCES:
   wine-ncurses.patch (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: SOURCES/wine-ncurses.patch
diff -u SOURCES/wine-ncurses.patch:1.8 SOURCES/wine-ncurses.patch:1.9
--- SOURCES/wine-ncurses.patch:1.8	Sat Jan 27 16:16:38 2007
+++ SOURCES/wine-ncurses.patch	Sat Jul 14 21:36:50 2007
@@ -17,35 +17,25 @@
  then
      AC_CHECK_LIB(ncurses,waddch,[CURSESLIBS="-lncurses"])
  elif test "$ac_cv_header_curses_h" = "yes"
---- wine-0.9.13/programs/wineconsole/curses.c.old	2006-05-19 12:01:34.492841168 +0200
-+++ wine-0.9.13/programs/wineconsole/curses.c	2006-05-19 12:04:32.524776200 +0200
-@@ -37,6 +37,8 @@
+--- wine-0.9.41/programs/wineconsole/curses.c	2007-07-13 19:46:16.000000000 +0200
++++ wine-0.9.41/programs/wineconsole/n.curses.c	2007-07-14 20:28:14.208118757 +0200
+@@ -35,8 +35,8 @@
+ #include <stdio.h>
+ #include <stdarg.h>
  #include <stdlib.h>
- #ifdef HAVE_NCURSES_H
- # include <ncurses.h>
-+#elif defined(HAVE_NCURSES_NCURSES_H)
+-#ifdef HAVE_NCURSES_H
+-# include <ncurses.h>
++#if defined(HAVE_NCURSES_H) || defined(HAVE_NCURSES_H) || defined(HAVE_NCURSES_NCURSES_H)
 +# include <ncurses/ncurses.h>
  #elif defined(HAVE_CURSES_H)
  # include <curses.h>
  #endif
-@@ -57,9 +59,9 @@
- 
- #define PRIVATE(data)   ((struct inner_data_curse*)((data)->private))
+@@ -62,7 +62,7 @@
  
--#if defined(HAVE_CURSES_H) || defined(HAVE_NCURSES_H)
-+#if defined(HAVE_CURSES_H) || defined(HAVE_NCURSES_H) || defined(HAVE_NCURSES_NCURSES_H)
+ #if defined(SONAME_LIBCURSES) || defined(SONAME_LIBNCURSES)
  
 -#ifdef HAVE_NCURSES_H
-+#if defined(HAVE_NCURSES_H) || defined(HAVE_NCURSES_NCURSES_H)
++#if defined(HAVE_NCURSES_H) || defined(HAVE_NCURSES_H) || defined(HAVE_NCURSES_NCURSES_H)
  # define CURSES_NAME "ncurses"
  #else
  # define CURSES_NAME "curses"
-@@ -115,7 +117,7 @@
- 
- static BOOL WCCURSES_bind_libcurses(void)
- {
--#ifdef HAVE_NCURSES_H
-+#if defined(HAVE_NCURSES_H) || defined(HAVE_NCURSES_NCURSES_H)
-     static const char ncname[] = SONAME_LIBNCURSES;
- #else
-     static const char ncname[] = SONAME_LIBCURSES;
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/wine-ncurses.patch?r1=1.8&r2=1.9&f=u



More information about the pld-cvs-commit mailing list