blob: adde0612e1e6a74ebf46bc2aba83e00f11024ee9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-at,v 1.2 2006/08/10 13:44:22 abs Exp $
--- ../../tests/runConfigure.orig 2005-09-07 16:56:40.000000000 +0100
+++ ../../tests/runConfigure
@@ -265,6 +265,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"
|