[BACK]Return to patch-ai CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / textproc / xerces-c / patches

File: [cvs.NetBSD.org] / pkgsrc / textproc / xerces-c / patches / Attic / patch-ai (download)

Revision 1.4, Sat Dec 31 00:56:42 2005 UTC (18 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.3: +10 -19 lines

Add DragonFly support. Fix a number of GCC 3.4 issues.

$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>