]> git.pld-linux.org Git - packages/clex.git/commitdiff
- updated for 3.1.8
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 28 Mar 2004 16:31:51 +0000 (16:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    clex-ncurses.patch -> 1.2

clex-ncurses.patch

index adad6c89bb3ce309d9a7f55d3df548e6a74c9e4d..a4af72b8538c01e58e67c347f8ba7f02a54e01a6 100644 (file)
@@ -1,49 +1,38 @@
---- clex-3.1.5/src/control.c~  2002-05-19 18:02:57.000000000 +0200
-+++ clex-3.1.5/src/control.c   2002-06-09 22:02:38.000000000 +0200
-@@ -17,11 +17,15 @@
+--- clex-3.1.8/src/control.c.orig      2003-02-27 22:37:52.000000000 +0100
++++ clex-3.1.8/src/control.c   2004-03-28 18:36:12.302539160 +0200
+@@ -17,7 +17,9 @@
  
  #include <sys/types.h>                /* clex.h */
  #include <ctype.h>                    /* iscntrl() */
-+#ifdef HAVE_NCURSES_NCURSES_H
+-#ifdef HAVE_NCURSES_H
++#if defined(HAVE_NCURSES_NCURSES_H)
 +# include <ncurses/curses.h>
-+#else
- #ifdef HAVE_NCURSES_H
++#elif defined(HAVE_NCURSES_H)
  # include <ncurses.h>         /* KEY_xxx */
  #else
  # include <curses.h>
- #endif
-+#endif
- #include "clex.h"
- #include "control.h"
---- clex-3.1.5/src/inout.c~    2002-05-29 10:38:04.000000000 +0200
-+++ clex-3.1.5/src/inout.c     2002-06-09 22:03:11.000000000 +0200
-@@ -19,12 +19,17 @@
- #include <ctype.h>                    /* iscntrl() */
- #include <stdarg.h>                   /* va_list */
- #include <string.h>                   /* strcpy() */
-+#ifdef HAVE_NCURSES_NCURSES_H
+--- clex-3.1.8/src/inout.c.orig        2003-03-02 18:16:34.000000000 +0100
++++ clex-3.1.8/src/inout.c     2004-03-28 18:36:46.509338936 +0200
+@@ -19,7 +19,10 @@
+ #include <ctype.h>            /* iscntrl() */
+ #include <stdarg.h>           /* va_list */
+ #include <string.h>           /* strcpy() */
+-#ifdef HAVE_NCURSES_H
++#if defined(HAVE_NCURSES_NCURSES_H)
 +# include <ncurses/curses.h>
 +# include <ncurses/term.h>
-+#else
- #ifdef HAVE_NCURSES_H
- # include <ncurses.h>         /* initscr() */
++#elif defined(HAVE_NCURSES_H)
+ # include <ncurses.h> /* initscr() */
  #else
  # include <curses.h>
- #endif
- #include <term.h>                     /* enter_bold_mode */
-+#endif
- #include "clex.h"
- #include "inout.h"
---- clex-3.1.5/configure.in~   2002-05-16 22:04:59.000000000 +0200
-+++ clex-3.1.5/configure.in    2002-06-09 22:01:55.000000000 +0200
-@@ -11,7 +11,7 @@
+--- clex-3.1.8/configure.in.orig       2003-02-24 11:28:12.000000000 +0100
++++ clex-3.1.8/configure.in    2004-03-28 18:37:06.524296200 +0200
+@@ -14,7 +14,7 @@
  AC_HEADER_MAJOR
  AC_HEADER_SYS_WAIT
  AC_HEADER_TIME
--AC_CHECK_HEADERS(ncurses.h fcntl.h unistd.h)
-+AC_CHECK_HEADERS(ncurses.h ncurses/ncurses.h fcntl.h unistd.h)
+-AC_CHECK_HEADERS(ncurses.h fcntl.h unistd.h term.h ncurses/term.h)
++AC_CHECK_HEADERS(ncurses.h ncurses/ncurses.h fcntl.h unistd.h term.h ncurses/term.h)
  AC_DECL_SYS_SIGLIST
  AC_C_CONST
  AC_TYPE_UID_T
This page took 0.063103 seconds and 4 git commands to generate.