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
--- search.c.orig 2020-05-15 03:20:29 UTC
+++ search.c
@@ -29,16 +29,17 @@
#include <sys/types.h>
-#include <pcap.h>
-#ifdef HAVE_PCAP_INT_H
-#include <pcap-int.h> /* because we are directly reading the file */
-#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <unistd.h>
+#include <pcap.h>
+#ifdef HAVE_PCAP_INT_H
+#include <pcap-int.h> /* because we are directly reading the file */
+#endif
+
#ifdef HAVE_OS_PROTO_H
#include "os-proto.h"
#endif