[92524] trunk/dports/x11/gtk-sharp

ryandesign at macports.org ryandesign at macports.org
Mon Apr 30 12:17:25 PDT 2012


Revision: 92524
          https://trac.macports.org/changeset/92524
Author:   ryandesign at macports.org
Date:     2012-04-30 12:17:25 -0700 (Mon, 30 Apr 2012)
Log Message:
-----------
gtk-sharp: fix build error with glib 2.32; see #34272

Modified Paths:
--------------
    trunk/dports/x11/gtk-sharp/Portfile

Added Paths:
-----------
    trunk/dports/x11/gtk-sharp/files/patch-glib-2.32.diff

Modified: trunk/dports/x11/gtk-sharp/Portfile
===================================================================
--- trunk/dports/x11/gtk-sharp/Portfile	2012-04-30 19:17:13 UTC (rev 92523)
+++ trunk/dports/x11/gtk-sharp/Portfile	2012-04-30 19:17:25 UTC (rev 92524)
@@ -28,7 +28,8 @@
                 patch-gnome-sharp.dll.config.in.diff \
                 patch-gtk-sharp.dll.config.in.diff \
                 patch-pango-sharp.dll.config.in.diff \
-                patch-vte-sharp.dll.config.in.diff
+                patch-vte-sharp.dll.config.in.diff \
+                patch-glib-2.32.diff
 
 depends_build   port:pkgconfig
 depends_lib     port:mono \

Added: trunk/dports/x11/gtk-sharp/files/patch-glib-2.32.diff
===================================================================
--- trunk/dports/x11/gtk-sharp/files/patch-glib-2.32.diff	                        (rev 0)
+++ trunk/dports/x11/gtk-sharp/files/patch-glib-2.32.diff	2012-04-30 19:17:25 UTC (rev 92524)
@@ -0,0 +1,22 @@
+--- glib/glue/list.c.orig	2004-06-25 13:42:19.000000000 -0500
++++ glib/glue/list.c	2012-04-30 14:05:08.000000000 -0500
+@@ -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	2004-06-25 13:42:19.000000000 -0500
++++ glib/glue/slist.c	2012-04-30 14:05:08.000000000 -0500
+@@ -20,7 +20,7 @@
+  */
+ 
+ 
+-#include <glib/gslist.h>
++#include <glib.h>
+ 
+ /* Forward declarations */
+ gpointer gtksharp_slist_get_data (GSList *l);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120430/fa5025b6/attachment.html>


More information about the macports-changes mailing list