$OpenBSD: patch-configure,v 1.5 2015/01/15 03:48:31 lteo Exp $
--- configure.orig	Sat Sep 20 01:30:04 2014
+++ configure	Sat Oct 25 13:55:21 2014
@@ -12977,12 +12977,20 @@ else
 
     #include <pcap.h>
     #include <string.h>
+#if defined(__OpenBSD__)
+    #include <sys/param.h>
+#endif
     extern char pcap_version[];
 
 int
 main ()
 {
 
+#if defined(OpenBSD)
+#if OpenBSD >= 201211
+        return 0;
+#endif
+#endif
         if (strcmp(pcap_version, "1.0.0") < 0)
             return 1;
 
