pkgsrc/lang/mono/patches/patch-df
hasso a64ec624fb * Add some defines to get slightly more working mono on DragonFly (programs
still segfault with illegal instruction error after some seconds of work).
* Add some cvs id's to the patches.
* Bump PKGREVISION.
2009-04-28 10:31:58 +00:00

13 lines
359 B
Text

$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