summaryrefslogtreecommitdiff
path: root/lang/mono/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'lang/mono/patches/patch-ad')
-rw-r--r--lang/mono/patches/patch-ad12
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/mono/patches/patch-ad b/lang/mono/patches/patch-ad
new file mode 100644
index 00000000000..97b179a25b5
--- /dev/null
+++ b/lang/mono/patches/patch-ad
@@ -0,0 +1,12 @@
+$NetBSD: patch-ad,v 1.14 2008/04/25 11:23:26 kefren Exp $
+--- mcs/mcs/anonymous.cs.orig 2008-04-25 13:42:00.000000000 +0300
++++ mcs/mcs/anonymous.cs 2008-04-25 13:42:44.000000000 +0300
+@@ -1150,7 +1150,7 @@
+
+ public virtual bool HasExplicitParameters {
+ get {
+- return true;
++ return Parameters != null;
+ }
+ }
+