$NetBSD: patch-ao,v 1.3 2005/12/31 00:56:42 joerg Exp $ --- runConfigure.orig 2005-12-31 00:00:43.000000000 +0000 +++ runConfigure @@ -227,7 +227,7 @@ echo "Extra configure options: $configur # case $platform in - aix | openserver | unixware | beos | linux | freebsd | netbsd | solaris | hp-10 | hp-11 | os400 | irix | ptx | tru64 | macosx | cygwin | qnx) + aix | openserver | unixware | beos | linux | freebsd | netbsd | solaris | hp-10 | hp-11 | os400 | irix | ptx | tru64 | macosx | cygwin | qnx | dragonfly) # platform has been recognized ;; *) @@ -305,6 +305,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 -lpthread" threadingDefines="-D_THREAD_SAFE -DXML_USE_PTHREADS"