Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=mono.git;a=commitdiff;h=7a0ea693a8364c354ac17411a82cf4445cfa2f3e
commit 7a0ea693a8364c354ac17411a82cf4445cfa2f3e Author: Pingax <[email protected]> Date: Thu Aug 9 01:20:18 2012 +0200 gtk2-sharp-2.12.10-4-i686 * Rebuild with mono-2.10.9 * Add patch for glib includes diff --git a/source/xlib/gtk2-sharp/glib-includes.patch b/source/xlib/gtk2-sharp/glib-includes.patch new file mode 100644 index 0000000..093c44f --- /dev/null +++ b/source/xlib/gtk2-sharp/glib-includes.patch @@ -0,0 +1,33 @@ +--- glib/glue/list.c.orig 2012-08-07 15:37:58.022548308 +0200 ++++ glib/glue/list.c 2012-08-07 15:38:08.724548297 +0200 +@@ -20,7 +20,7 @@ + */ + + +-#include <glib/glist.h> ++#include <glib.h> + + /* Forward declarations */ + gpointer gtksharp_list_get_data (GList *l); +--- glib/glue/slist.c.orig 2012-08-07 15:38:58.842548288 +0200 ++++ glib/glue/slist.c 2012-08-07 15:39:14.008548309 +0200 +@@ -20,7 +20,7 @@ + */ + + +-#include <glib/gslist.h> ++#include <glib.h> + + /* Forward declarations */ + gpointer gtksharp_slist_get_data (GSList *l); +--- glib/glue/thread.c.orig 2012-08-07 15:39:23.747548259 +0200 ++++ glib/glue/thread.c 2012-08-07 15:39:34.914548302 +0200 +@@ -20,7 +20,7 @@ + */ + + +-#include <glib/gthread.h> ++#include <glib.h> + + gboolean glibsharp_g_thread_supported (void); + _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
