jer         14/07/18 15:19:46

  Added:                libpcapnav-0.8-includes.patch
  Log:
  EAPI bump. Do not build test programs and set RESTRICT=test since they fail 
anyway. Fix missing includes. Add USE=static-libs.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.1                  net-libs/libpcapnav/files/libpcapnav-0.8-includes.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcapnav/files/libpcapnav-0.8-includes.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcapnav/files/libpcapnav-0.8-includes.patch?rev=1.1&content-type=text/plain

Index: libpcapnav-0.8-includes.patch
===================================================================
--- a/test/pcapnav-test1.c
+++ b/test/pcapnav-test1.c
@@ -1,6 +1,7 @@
 #include <config.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <time.h> /* ctime() */
 
 #include <pcapnav.h>
 
--- a/test/pcapnav-jump.c
+++ b/test/pcapnav-jump.c
@@ -1,6 +1,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <pcapnav.h>
+#include <string.h> /* strcmp() */
 
 int 
 main(int argc, char** argv)




Reply via email to