]> git.pld-linux.org Git - packages/bmon.git/commitdiff
- applied patch correcting ncurses include path
authorleafnode <leafnode@pld-linux.org>
Thu, 27 Nov 2003 23:35:58 +0000 (23:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bmon-ncurses.patch -> 1.1

bmon-ncurses.patch [new file with mode: 0644]

diff --git a/bmon-ncurses.patch b/bmon-ncurses.patch
new file mode 100644 (file)
index 0000000..d8f4028
--- /dev/null
@@ -0,0 +1,12 @@
+diff -uNr bmon-1.2.0-org/src/bmon.h bmon-1.2.0/src/bmon.h
+--- bmon-1.2.0-org/src/bmon.h  Fri Feb 21 20:42:08 2003
++++ bmon-1.2.0/src/bmon.h      Fri Nov 28 00:28:57 2003
+@@ -30,7 +30,7 @@
+ #include <math.h>
+ #ifdef HAVE_NCURSES
+-#include <ncurses.h>
++#include <ncurses/ncurses.h>
+ #ifndef HAVE_CURSES
+ #define HAVE_CURSES
+ #endif
This page took 0.143647 seconds and 4 git commands to generate.