$NetBSD: patch-configure,v 1.5 2017/10/02 13:20:28 leot Exp $

prepare DragonFlyBSD backend support

--- configure.orig	2016-03-25 05:42:03.826039410 +0000
+++ configure
@@ -11939,6 +11942,11 @@ $as_echo "OpenBSD" >&6; }
 	backend="openbsd"
 	threads="posix"
 	;;
+*-dragonfly*)
+	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: DragonflyBSD (using OpenBSD backend)" >&5
+$as_echo "DragonflyBSD (using OpenBSD backend)" >&6; }
+	backend="openbsd"
+	;;
 *-netbsd*)
 	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: NetBSD" >&5
 $as_echo "NetBSD" >&6; }
