Author: qboosh                       Date: Tue Nov 15 12:14:48 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- hack to avoid mint build error

---- Files affected:
SOURCES:
   mono-mint.patch (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/mono-mint.patch
diff -u SOURCES/mono-mint.patch:1.3 SOURCES/mono-mint.patch:1.4
--- SOURCES/mono-mint.patch:1.3 Tue Sep 13 14:10:41 2005
+++ SOURCES/mono-mint.patch     Tue Nov 15 13:14:43 2005
@@ -19,3 +19,14 @@
 +else
 +exec "$r/libtool" --mode=execute "$r/mono/dis/monodis" "$@"
 +fi
+--- mono-1.1.10/mono/interpreter/transform.c.orig      2005-03-07 
11:18:52.000000000 +0100
++++ mono-1.1.10/mono/interpreter/transform.c   2005-11-15 13:01:05.000000000 
+0100
+@@ -2931,7 +2931,7 @@
+                               m = mono_get_method_full (image, read32 (ip + 
1), NULL, generic_context);
+                               if (m == NULL) {
+                                       g_free (is_bb_start);
+-                                      return 
mono_get_exception_missing_method ();
++                                      return 
mono_get_exception_missing_method ("unknown", "unknown");
+                               }
+                               mono_class_init (m->klass);
+                               if (!(m->klass->flags & 
TYPE_ATTRIBUTE_INTERFACE))
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/mono-mint.patch?r1=1.3&r2=1.4&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to