[94121] trunk/dports/x11/gtk2-extra

ryandesign at macports.org ryandesign at macports.org
Sat Jun 9 15:13:16 PDT 2012


Revision: 94121
          https://trac.macports.org/changeset/94121
Author:   ryandesign at macports.org
Date:     2012-06-09 15:13:15 -0700 (Sat, 09 Jun 2012)
Log Message:
-----------
gtk2-extra: fix build with glib 2.32

Modified Paths:
--------------
    trunk/dports/x11/gtk2-extra/Portfile

Added Paths:
-----------
    trunk/dports/x11/gtk2-extra/files/patch-glib-2.32.diff

Modified: trunk/dports/x11/gtk2-extra/Portfile
===================================================================
--- trunk/dports/x11/gtk2-extra/Portfile	2012-06-09 21:59:23 UTC (rev 94120)
+++ trunk/dports/x11/gtk2-extra/Portfile	2012-06-09 22:13:15 UTC (rev 94121)
@@ -27,4 +27,4 @@
 			sha1 1b6cccbf89a79c8fe551d77c84dbf21a82c69f07 \
 			rmd160 e14bfc2a055fdef0d037b494018ca25047cc3c9e
 
-patchfiles		gtkitementry.c.patch
+patchfiles		gtkitementry.c.patch patch-glib-2.32.diff

Added: trunk/dports/x11/gtk2-extra/files/patch-glib-2.32.diff
===================================================================
--- trunk/dports/x11/gtk2-extra/files/patch-glib-2.32.diff	                        (rev 0)
+++ trunk/dports/x11/gtk2-extra/files/patch-glib-2.32.diff	2012-06-09 22:13:15 UTC (rev 94121)
@@ -0,0 +1,11 @@
+--- gtkextra/gtkcharsel.c.orig	2004-08-27 16:46:14.000000000 -0500
++++ gtkextra/gtkcharsel.c	2012-06-09 17:02:19.000000000 -0500
+@@ -18,7 +18,7 @@
+  */
+ 
+ #include <gtk/gtk.h>
+-#include <glib/gunicode.h>
++#include <glib.h>
+ 
+ #include <string.h>
+ #include "gtkcharsel.h"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120609/1a7fbe0f/attachment.html>


More information about the macports-changes mailing list