summaryrefslogtreecommitdiff
path: root/lang/mono/patches/patch-df
blob: bbb087e5a6d705edab0e0bffc9b3020500a97e76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-df,v 1.3 2010/04/29 08:44:30 kefren 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