summaryrefslogtreecommitdiffstats
path: root/libraries/gtk-sharp/gtk-sharp-2.12.10-gcc47.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/gtk-sharp/gtk-sharp-2.12.10-gcc47.patch')
-rw-r--r--libraries/gtk-sharp/gtk-sharp-2.12.10-gcc47.patch39
1 files changed, 0 insertions, 39 deletions
diff --git a/libraries/gtk-sharp/gtk-sharp-2.12.10-gcc47.patch b/libraries/gtk-sharp/gtk-sharp-2.12.10-gcc47.patch
deleted file mode 100644
index 329d102bd6..0000000000
--- a/libraries/gtk-sharp/gtk-sharp-2.12.10-gcc47.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-diff --git a/glib/glue/list.c b/glib/glue/list.c
-index dd3f0de..377df76 100644
---- a/glib/glue/list.c
-+++ b/glib/glue/list.c
-@@ -20,7 +20,7 @@
- */
-
-
--#include <glib/glist.h>
-+#include <glib.h>
-
- /* Forward declarations */
- gpointer gtksharp_list_get_data (GList *l);
-diff --git a/glib/glue/slist.c b/glib/glue/slist.c
-index 80f5f17..ddd447c 100644
---- a/glib/glue/slist.c
-+++ b/glib/glue/slist.c
-@@ -20,7 +20,7 @@
- */
-
-
--#include <glib/gslist.h>
-+#include <glib.h>
-
- /* Forward declarations */
- gpointer gtksharp_slist_get_data (GSList *l);
-diff --git a/glib/glue/thread.c b/glib/glue/thread.c
-index 4fcf8c6..3655cfc 100644
---- a/glib/glue/thread.c
-+++ b/glib/glue/thread.c
-@@ -20,7 +20,7 @@
- */
-
-
--#include <glib/gthread.h>
-+#include <glib.h>
-
- gboolean glibsharp_g_thread_supported (void);
-