summaryrefslogtreecommitdiff
path: root/lang/mono/patches/patch-df
blob: 7e5bb3a24643c4dc418bc2d2b34ee4a31e182ad1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-df,v 1.2 2009/04/28 10:31:58 hasso Exp $

--- support/mph.h.orig	2009-03-03 16:39:06 -0800
+++ support/mph.h	2009-03-03 16:39:21 -0800
@@ -36,7 +36,7 @@
 #include <stdint.h>             /* for SIZE_MAX */
 #endif
 
-#if __APPLE__ || __BSD__ || __FreeBSD__
+#if __APPLE__ || __BSD__ || __FreeBSD__ || __DragonFly__
 #define MPH_ON_BSD
 #endif