diff options
Diffstat (limited to 'net/tor/patches/patch-ae')
-rw-r--r-- | net/tor/patches/patch-ae | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/net/tor/patches/patch-ae b/net/tor/patches/patch-ae new file mode 100644 index 00000000000..058dc41313d --- /dev/null +++ b/net/tor/patches/patch-ae @@ -0,0 +1,21 @@ +$NetBSD: patch-ae,v 1.3 2007/08/09 19:33:58 drochner Exp $ + +--- configure.orig 2007-07-12 13:12:23.000000000 +0200 ++++ configure +@@ -5345,6 +5345,8 @@ done + + fi + ++# these checks don't work, assume types are present ++if false; then + + { echo "$as_me:$LINENO: checking for u_int64_t" >&5 + echo $ECHO_N "checking for u_int64_t... $ECHO_C" >&6; } +@@ -5598,6 +5600,7 @@ _ACEOF + + fi + ++fi + + { echo "$as_me:$LINENO: checking for libevent directory" >&5 + echo $ECHO_N "checking for libevent directory... $ECHO_C" >&6; } |