summaryrefslogtreecommitdiff
path: root/textproc/xerces-c/patches/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/xerces-c/patches/patch-ai')
-rw-r--r--textproc/xerces-c/patches/patch-ai13
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/xerces-c/patches/patch-ai b/textproc/xerces-c/patches/patch-ai
new file mode 100644
index 00000000000..c02b0f66ea9
--- /dev/null
+++ b/textproc/xerces-c/patches/patch-ai
@@ -0,0 +1,13 @@
+$NetBSD: patch-ai,v 1.4 2005/12/31 00:56:42 joerg Exp $
+
+--- ../../tests/ThreadTest/ThreadTest.cpp.orig 2005-12-30 23:56:17.000000000 +0000
++++ ../../tests/ThreadTest/ThreadTest.cpp
+@@ -122,7 +122,7 @@ void ThreadFuncs::startThread(ThreadFunc
+ }
+
+
+-#elif defined (AIX) || defined(SOLARIS) || defined(LINUX) || defined(HPUX) || defined (OS390) || defined(FREEBSD) || defined(__CYGWIN__) || defined(__QNXNTO__)
++#elif defined (AIX) || defined(SOLARIS) || defined(LINUX) || defined(HPUX) || defined (OS390) || defined(FREEBSD) || defined(__CYGWIN__) || defined(__QNXNTO__) || defined(DRAGONFLY)
+ #include <pthread.h>
+ #include <unistd.h>
+ #include <errno.h>