]> git.pld-linux.org Git - packages/argus-clients.git/commitdiff
- patches for 3.0.0rc43
authoralucard <alucard@pld-linux.org>
Fri, 4 May 2007 08:36:10 +0000 (08:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    argus-clients-configure-ncurses.patch -> 1.1
    argus-clients-ratop-ncurses.patch -> 1.1

argus-clients-configure-ncurses.patch [new file with mode: 0644]
argus-clients-ratop-ncurses.patch [new file with mode: 0644]

diff --git a/argus-clients-configure-ncurses.patch b/argus-clients-configure-ncurses.patch
new file mode 100644 (file)
index 0000000..fdd9a3c
--- /dev/null
@@ -0,0 +1,20 @@
+--- configure  2007-03-30 15:37:40.000000000 +0200
++++ configure  2007-05-04 10:22:51.000000000 +0200
+@@ -7727,7 +7727,7 @@ cat confdefs.h >>conftest.$ac_ext
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h.  */
+ $ac_includes_default
+-#include <curses.h>
++#include <ncurses/curses.h>
+ _ACEOF
+ rm -f conftest.$ac_objext
+ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+@@ -7771,7 +7771,7 @@ _ACEOF
+ cat confdefs.h >>conftest.$ac_ext
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h.  */
+-#include <curses.h>
++#include <ncurses/curses.h>
+ _ACEOF
+ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
+   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
diff --git a/argus-clients-ratop-ncurses.patch b/argus-clients-ratop-ncurses.patch
new file mode 100644 (file)
index 0000000..1ee21b4
--- /dev/null
@@ -0,0 +1,22 @@
+--- ratop/ratop.h      2007-05-01 03:56:40.000000000 +0200
++++ ratop/ratop.h      2007-05-04 10:12:03.000000000 +0200
+@@ -67,7 +67,7 @@ char *RaGetHostFieldLength(void); 
+ char *RaGetPortFieldLength(void); 
+ #if defined(ARGUS_CURSES)
+-#include <curses.h>
++#include <ncurses/curses.h>
+ #if defined(__NetBSD__) || defined(CYGWIN)
+ #include <termios.h>
+--- ratop/ratop.h      2007-05-04 10:26:18.000000000 +0200
++++ ratop/ratop.h      2007-05-04 10:29:04.000000000 +0200
+@@ -72,7 +72,7 @@ char *RaGetPortFieldLength(void); 
+ #if defined(__NetBSD__) || defined(CYGWIN)
+ #include <termios.h>
+ #else
+-#include <term.h>
++#include <ncurses/term.h>
+ #endif /* NetBSD || CYGWIN */
+ char *RaModifyCommandArray[] = {
This page took 0.135548 seconds and 4 git commands to generate.