summaryrefslogtreecommitdiff
path: root/lang/mono/patches/patch-df
diff options
context:
space:
mode:
Diffstat (limited to 'lang/mono/patches/patch-df')
-rw-r--r--lang/mono/patches/patch-df11
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/mono/patches/patch-df b/lang/mono/patches/patch-df
new file mode 100644
index 00000000000..79c4d8d663f
--- /dev/null
+++ b/lang/mono/patches/patch-df
@@ -0,0 +1,11 @@
+--- 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
+