ports/net/ntopng/patches/patch-include_ntop_includes_h

13 lines
277 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: include/ntop_includes.h
--- include/ntop_includes.h.orig
+++ include/ntop_includes.h
@@ -109,7 +109,7 @@
extern "C" {
#include "pcap.h"
-#ifndef __linux__
+#if !defined(__linux__) && !defined(__OpenBSD__)
#include <pcap/bpf.h> /* Used for bpf_filter() */
#endif