openbsd-ports/net/dnstop/patches/patch-configure
sthen a829765073 update dnstop to 20090128 (which wants ns_r_refused from BIND 9's
resolver; patched here to use REFUSED).

from Stephan Rickauer, thanks!
2009-08-26 08:36:03 +00:00

12 lines
358 B
Plaintext

$OpenBSD: patch-configure,v 1.2 2009/08/26 08:36:03 sthen Exp $
--- configure.orig Tue Aug 25 16:26:23 2009
+++ configure Tue Aug 25 16:27:28 2009
@@ -4815,6 +4815,7 @@ cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
$ac_includes_default
+#include <pcap.h>
typedef struct bpf_timeval ac__type_new_;
int
main ()