$NetBSD: patch-ac,v 1.4 2006/08/10 13:44:22 abs Exp $

--- ../../samples/runConfigure.orig	2005-09-07 16:56:50.000000000 +0100
+++ ../../samples/runConfigure
@@ -266,6 +266,9 @@ else
     elif test $platform = "freebsd"; then
         threadingLibs="-pthread -lc_r"
         threadingDefines="-D_THREAD_SAFE -DXML_USE_PTHREADS"
+    elif test $platform = "dragonfly"; then
+        threadingLibs="-pthread -lc_r"
+        threadingDefines="-D_THREAD_SAFE -DXML_USE_PTHREADS"
     elif test $platform = "netbsd"; then
         threadingLibs="-pthread"
         threadingDefines="-D_THREAD_SAFE -DXML_USE_PTHREADS"
