Index: net/tcpslice/Makefile =================================================================== --- net/tcpslice/Makefile (revision 535223) +++ net/tcpslice/Makefile (working copy) @@ -15,6 +15,9 @@ GNU_CONFIGURE= yes +# Works better on 64-bit with pcap-int.h +CPPFLAGS+= -I${SRC_BASE}/contrib/libpcap + USE_GITHUB= yes GH_ACCOUNT= the-tcpdump-group GH_TAGNAME= 2837b72 Index: net/tcpslice/files/patch-search.c =================================================================== --- net/tcpslice/files/patch-search.c (nonexistent) +++ net/tcpslice/files/patch-search.c (working copy) @@ -0,0 +1,24 @@ +--- search.c.orig 2020-05-15 03:20:29 UTC ++++ search.c +@@ -29,16 +29,17 @@ + + #include + +-#include +-#ifdef HAVE_PCAP_INT_H +-#include /* because we are directly reading the file */ +-#endif + #include + #include + #include + #include + #include + ++#include ++#ifdef HAVE_PCAP_INT_H ++#include /* because we are directly reading the file */ ++#endif ++ + #ifdef HAVE_OS_PROTO_H + #include "os-proto.h" + #endif Property changes on: net/tcpslice/files/patch-search.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property