summaryrefslogtreecommitdiff
path: root/lang/mono/patches/patch-df
blob: 5201698b527eb144347f92e74abc733080890c00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-df,v 1.5 2014/11/30 08:40:51 spz Exp $
--- support/mph.h.orig	2014-09-22 13:23:09.000000000 +0000
+++ support/mph.h
@@ -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