]> git.pld-linux.org Git - packages/dotnet-gtk-sharp.git/blob - dotnet-gtk-sharp-glib.patch
- unified librsvg bcond name
[packages/dotnet-gtk-sharp.git] / dotnet-gtk-sharp-glib.patch
1 --- gtk-sharp-1.0.10/glib/glue/list.c.orig      2004-06-25 20:42:19.000000000 +0200
2 +++ gtk-sharp-1.0.10/glib/glue/list.c   2015-01-27 18:39:09.824326539 +0100
3 @@ -20,7 +20,7 @@
4   */
5  
6  
7 -#include <glib/glist.h>
8 +#include <glib.h>
9  
10  /* Forward declarations */
11  gpointer gtksharp_list_get_data (GList *l);
12 --- gtk-sharp-1.0.10/glib/glue/slist.c.orig     2004-06-25 20:42:19.000000000 +0200
13 +++ gtk-sharp-1.0.10/glib/glue/slist.c  2015-01-27 18:39:49.917658190 +0100
14 @@ -20,7 +20,7 @@
15   */
16  
17  
18 -#include <glib/gslist.h>
19 +#include <glib.h>
20  
21  /* Forward declarations */
22  gpointer gtksharp_slist_get_data (GSList *l);
This page took 0.079604 seconds and 3 git commands to generate.