pkgsrc/mail/cue/patches/patch-aa
joerg 259a0ea43f Assume that DragonFly's getaddrinfo works, the test is broken for
jails which don't have IPv6 addresses even if the same package can be
used on normal system.

Include openssl/dsa.h to get struct dsa_st on newer OpenSSL versions.
2006-01-08 15:37:32 +00:00

20 lines
587 B
Text

$NetBSD: patch-aa,v 1.3 2006/01/08 15:37:33 joerg Exp $
--- configure.orig 2003-11-13 11:18:48.000000000 +0000
+++ configure
@@ -1126,6 +1126,7 @@ rm -fr conftest*
fi
+if test ${OPSYS} != "DragonFly"; then
if test "$buggygetaddrinfo" = "yes"; then
if test "$ipv6" = "yes"; then
echo 'Fatal: You must get working getaddrinfo() function.'
@@ -1133,6 +1134,7 @@ if test "$buggygetaddrinfo" = "yes"; the
exit 1
fi
fi
+fi
echo $ac_n "checking if --enable-idea option is specified""... $ac_c" 1>&6
echo "configure:1139: checking if --enable-idea option is specified" >&5