summaryrefslogtreecommitdiff
path: root/lang/mono
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-17 03:27:36 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-17 03:27:36 +0000
commitc46be410463b8e93d5ec2a16d251a23ce8424d90 (patch)
treee171b2c506a95f87e33f1e7ff9fd9a66e1a1c0a5 /lang/mono
parentRemove the deprecated -fprermissive flag from CPPFLAGS as this breaks the (diff)
Mark BROKEN on -CURRENT. Having garbage collection enabled causes mono
to core dump when it tries to allocate what seems like 512 MB of memory when it tries to do garbage collection. Anyone wanting to look at fixing boehm-gc on FreeBSD is more than welcome to submit patches. You will not be turned away.
Notes
Notes: svn path=/head/; revision=91468
Diffstat (limited to 'lang/mono')
-rw-r--r--lang/mono/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile
index efe9f46c1260..46fe0ef6074d 100644
--- a/lang/mono/Makefile
+++ b/lang/mono/Makefile
@@ -37,6 +37,8 @@ ONLY_FOR_ARCHS= i386
.if ${OSVERSION} < 500000
EXTRA_PATCHES= ${FILESDIR}/extra-patch-signbit
+.else
+BROKEN= "Does not work on -CURRENT with garbage collection enabled"
.endif
post-patch: