diff options
Diffstat (limited to 'lang/mono')
-rw-r--r-- | lang/mono/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile index efe9f46c126..46fe0ef6074 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: |