summaryrefslogtreecommitdiff
path: root/lang/mono2/patches/patch-df
diff options
context:
space:
mode:
Diffstat (limited to 'lang/mono2/patches/patch-df')
-rw-r--r--lang/mono2/patches/patch-df12
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/mono2/patches/patch-df b/lang/mono2/patches/patch-df
new file mode 100644
index 00000000000..6e2702a5064
--- /dev/null
+++ b/lang/mono2/patches/patch-df
@@ -0,0 +1,12 @@
+$NetBSD: patch-df,v 1.1 2013/06/17 12:43:28 wiz Exp $
+--- support/mph.h.orig 2010-04-22 18:37:47.000000000 +0300
++++ support/mph.h 2010-04-29 09:50:38.000000000 +0300
+@@ -36,7 +36,7 @@
+ #include <stdint.h> /* for SIZE_MAX */
+ #endif
+
+-#if __APPLE__ || __BSD__ || __FreeBSD__ || __OpenBSD__
++#if __APPLE__ || __BSD__ || __FreeBSD__ || __OpenBSD__ || __NetBSD__ || __DragonFly__
+ #define MPH_ON_BSD
+ #endif
+