pkgsrc/lang/mono/patches/patch-da
hasso 1618b836e8 * 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

14 lines
429 B
Text

$NetBSD: patch-da,v 1.2 2009/04/28 10:31:58 hasso Exp $
--- libgc/include/private/gcconfig.h.orig 2009-03-03 14:22:28 -0800
+++ libgc/include/private/gcconfig.h 2009-03-03 14:24:56 -0800
@@ -351,6 +351,9 @@
# define OPENBSD
# define mach_type_known
# endif
+# if defined(__DragonFly__)
+# define FREEBSD
+# endif
# if defined(FREEBSD) && (defined(i386) || defined(__i386__))
# define I386
# define mach_type_known