summaryrefslogtreecommitdiff
path: root/time/sunbird/patches/patch-dk
blob: a828710df9263f6dcc6c4e401a0164bc872cbcad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-dk,v 1.1 2006/06/27 11:11:52 joerg Exp $

--- ef/Runtime/System/Thread.cpp.orig	2006-06-26 13:55:26.000000000 +0000
+++ ef/Runtime/System/Thread.cpp
@@ -31,7 +31,7 @@
 
 #ifdef _WIN32
 #include "md/x86/x86Win32Thread.h"
-#elif defined LINUX || defined FREEBSD || defined NETBSD
+#elif defined LINUX || defined FREEBSD || defined NETBSD || defined DRAGONFLY
 #include "x86UnixishThread.h"
 #else