blob: 8609a4c87e0a6f7f7667f50a08b43a62efdd449c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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
|