$NetBSD: patch-aa,v 1.5 2006/10/22 20:59:01 schwarz Exp $

--- configure.orig	2005-04-27 13:54:13.000000000 +0200
+++ configure	2006-10-22 22:53:47.000000000 +0200
@@ -675,7 +675,7 @@
 	;;
 esac
 
-OPTS="-O"
+OPTS=""
 
 
 
@@ -1127,7 +1127,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.'
@@ -1135,6 +1135,7 @@
 		exit 1
 	fi
 fi
+fi
 
 echo $ac_n "checking if --enable-idea option is specified""... $ac_c" 1>&6
 echo "configure:1141: checking if --enable-idea option is specified" >&5
