[91739] trunk/dports/gnome/gtksourceview
ryandesign at macports.org
ryandesign at macports.org
Mon Apr 9 04:16:27 PDT 2012
Revision: 91739
https://trac.macports.org/changeset/91739
Author: ryandesign at macports.org
Date: 2012-04-09 04:16:25 -0700 (Mon, 09 Apr 2012)
Log Message:
-----------
gtksourceview: fix build with glib 2.32; see #33947
Modified Paths:
--------------
trunk/dports/gnome/gtksourceview/Portfile
Added Paths:
-----------
trunk/dports/gnome/gtksourceview/files/patch-glib-2.32.diff
Modified: trunk/dports/gnome/gtksourceview/Portfile
===================================================================
--- trunk/dports/gnome/gtksourceview/Portfile 2012-04-09 10:56:20 UTC (rev 91738)
+++ trunk/dports/gnome/gtksourceview/Portfile 2012-04-09 11:16:25 UTC (rev 91739)
@@ -37,7 +37,7 @@
port:gettext \
port:gnuregex
-patchfiles patch-gtksourceregex.c.diff
+patchfiles patch-glib-2.32.diff patch-gtksourceregex.c.diff
configure.args --enable-gnuregex
Added: trunk/dports/gnome/gtksourceview/files/patch-glib-2.32.diff
===================================================================
--- trunk/dports/gnome/gtksourceview/files/patch-glib-2.32.diff (rev 0)
+++ trunk/dports/gnome/gtksourceview/files/patch-glib-2.32.diff 2012-04-09 11:16:25 UTC (rev 91739)
@@ -0,0 +1,23 @@
+--- gtksourceview/gtksourcelanguage.c.orig 2007-01-03 09:40:28.000000000 -0600
++++ gtksourceview/gtksourcelanguage.c 2012-04-09 06:06:54.000000000 -0500
+@@ -30,8 +30,7 @@
+
+ #include <libxml/xmlreader.h>
+
+-#include <glib/gstdio.h>
+-#include <glib/gmappedfile.h>
++#include <glib.h>
+
+ #include "gtksourceview-i18n.h"
+
+--- gtksourceview/gtksourceregex.h.orig 2007-01-03 09:40:28.000000000 -0600
++++ gtksourceview/gtksourceregex.h 2012-04-09 06:02:53.000000000 -0500
+@@ -20,7 +20,7 @@
+ #ifndef __GTK_SOURCE_REGEX_H__
+ #define __GTK_SOURCE_REGEX_H__
+
+-#include <glib/gtypes.h>
++#include <glib.h>
+
+ G_BEGIN_DECLS
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120409/2c604131/attachment-0001.html>
More information about the macports-changes
mailing list