summaryrefslogtreecommitdiff
path: root/net/bind98/patches/patch-config.threads.in
blob: 789b7445e39015fa1d9a7de8b2dd2135101e456a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-config.threads.in,v 1.1.1.1 2011/03/04 03:52:15 taca Exp $

--- config.threads.in.orig	2010-12-21 04:20:23.000000000 +0000
+++ config.threads.in
@@ -44,6 +44,8 @@ case $host in
 	use_threads=false ;;
 *-freebsd*)
 	use_threads=false ;;
+*-dragonfly*)
+	use_threads=false ;;
 *-bsdi[234]*)
 	# Thread signals do not work reliably on some versions of BSD/OS.
 	use_threads=false ;;