$NetBSD: patch-ad,v 1.4 2009/03/18 03:13:12 snj Exp $

--- JavaScriptCore/wtf/Platform.h.orig	2009-03-15 10:41:39.000000000 -0700
+++ JavaScriptCore/wtf/Platform.h	2009-03-17 16:33:41.000000000 -0700
@@ -70,7 +70,7 @@
 /* PLATFORM(FREEBSD) */
 /* Operating system level dependencies for FreeBSD-like systems that */
 /* should be used regardless of operating environment */
-#ifdef __FreeBSD__
+#if defined(__FreeBSD__) || defined(__DragonFly__)
 #define WTF_PLATFORM_FREEBSD 1
 #endif
 
