$NetBSD: patch-ac,v 1.3 2006/01/05 20:43:20 joerg Exp $

--- runConfigure.orig	2005-12-31 00:58:34.000000000 +0000
+++ runConfigure
@@ -261,7 +261,7 @@ echo "Extra configure options: $configur
 #
 
 case $platform in
-   aix | linux | freebsd | netbsd | solaris | hp-10 | hp-11 | irix | tru64 | macosx)
+   aix | linux | freebsd | netbsd | solaris | hp-10 | hp-11 | irix | tru64 | macosx | dragonfly)
        # platform has been recognized
        ;;
    *)
@@ -398,6 +398,8 @@ elif test $platform = "aix"; then
     threadingLibs="-lpthreads"
 elif test $platform = "freebsd"; then
     threadingLibs="-pthread -lc_r"
+elif test $platform = "dragonfly"; then
+    threadingLibs="-pthread -lc_r"
 elif test $platform = "netbsd"; then
     threadingLibs="-pthread -lpthread"
 elif test $platform = "hp-10"; then
