SOURCES: gtypist-ncurses.patch - 2.8.3

uzsolt uzsolt at pld-linux.org
Tue Apr 7 18:55:33 CEST 2009


Author: uzsolt                       Date: Tue Apr  7 16:55:33 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- 2.8.3

---- Files affected:
SOURCES:
   gtypist-ncurses.patch (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/gtypist-ncurses.patch
diff -u SOURCES/gtypist-ncurses.patch:1.3 SOURCES/gtypist-ncurses.patch:1.4
--- SOURCES/gtypist-ncurses.patch:1.3	Mon Apr 29 21:46:51 2002
+++ SOURCES/gtypist-ncurses.patch	Tue Apr  7 18:55:27 2009
@@ -1,12 +1,57 @@
---- gtypist-2.6/Makefile.am~	Sun Apr 28 07:34:20 2002
-+++ gtypist-2.6/Makefile.am	Mon Apr 29 21:29:57 2002
-@@ -16,7 +16,8 @@
- 
- AM_CPPFLAGS = -I./intl \
-   -DDATADIR=\"$(pkgdatadir)\" \
--  -DLOCALEDIR=\"$(datadir)/locale\"
-+  -DLOCALEDIR=\"$(datadir)/locale\" \
-+  -I/usr/include/ncurses
+--- gtypist-2.8.3-orig/src/error.c	2009-04-07 18:42:30.167021789 +0200
++++ gtypist-2.8.3/src/error.c	2009-04-07 18:42:46.073519275 +0200
+@@ -21,11 +21,7 @@
+ #include "config.h"
+ #include "error.h"
+ #include "script.h"
+-#ifdef HAVE_LIBCURSES
+-#include <curses.h>
+-#else
+ #include <ncurses/curses.h>
+-#endif
+ #include <stdlib.h>
  
- # GEN_MAN is a shell command that generates the man page
- GEN_MAN=@GEN_MAN@
+ #include "gettext.h"
+--- gtypist-2.8.3-orig/src/cursmenu.c	2009-04-07 18:42:30.167021789 +0200
++++ gtypist-2.8.3/src/cursmenu.c	2009-04-07 18:45:17.700752414 +0200
+@@ -21,11 +21,7 @@
+ #include "cursmenu.h"
+ #include "script.h"
+ 
+-#ifdef HAVE_LIBCURSES
+-#include <curses.h>
+-#else
+ #include <ncurses/curses.h>
+-#endif
+ 
+ #include "error.h"
+ #include "gtypist.h"
+--- gtypist-2.8.3-orig/src/gtypist.c	2009-04-07 18:42:30.167021789 +0200
++++ gtypist-2.8.3/src/gtypist.c	2009-04-07 18:45:34.140133532 +0200
+@@ -27,11 +27,7 @@
+ #include <ctype.h>
+ #include <signal.h>
+ 
+-#ifdef HAVE_LIBCURSES
+-#include <curses.h>
+-#else
+ #include <ncurses/curses.h>
+-#endif
+ 
+ #include <time.h>
+ #include <errno.h>
+--- gtypist-2.8.3-orig/src/script.c	2009-04-07 18:42:30.167021789 +0200
++++ gtypist-2.8.3/src/script.c	2009-04-07 18:48:07.830117125 +0200
+@@ -20,11 +20,7 @@
+  */
+ #include "config.h"
+ #include "script.h"
+-#ifdef HAVE_LIBCURSES
+-#include <curses.h>
+-#else
+-#include <ncurses.h>
+-#endif
++#include <ncurses/ncurses.h>
+ #include "error.h"
+ 
+ #include <stdlib.h>
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/gtypist-ncurses.patch?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list