]> git.pld-linux.org Git - packages/conky.git/blob - conky-ncurses.patch
a1658cbb675834f4bd165ae048046aa170882ac9
[packages/conky.git] / conky-ncurses.patch
1 diff -burNp conky-1.8.0/src/conky.c conky-1.8.0-dud/src/conky.c
2 --- conky-1.8.0/src/conky.c     2010-03-25 21:27:32.000000000 +0100
3 +++ conky-1.8.0-dud/src/conky.c 2010-04-08 22:30:40.745051008 +0200
4 @@ -65,7 +65,7 @@
5  #include <fcntl.h>
6  #include <getopt.h>
7  #ifdef NCURSES
8 -#include <ncurses.h>
9 +#include <ncurses/ncurses.h>
10  #endif
11  #ifdef XOAP
12  #include <libxml/parser.h>
13 diff -burNp conky-1.8.0/src/core.c conky-1.8.0-dud/src/core.c
14 --- conky-1.8.0/src/core.c      2010-03-25 21:27:32.000000000 +0100
15 +++ conky-1.8.0-dud/src/core.c  2010-04-09 10:24:30.287419400 +0200
16 @@ -65,7 +65,7 @@
17  #include "top.h"
18  
19  #ifdef NCURSES
20 -#include <ncurses.h>
21 +#include <ncurses/ncurses.h>
22  #endif
23  
24  /* check for OS and include appropriate headers */
This page took 0.0418 seconds and 2 git commands to generate.