aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtksourceview
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2012-10-04 21:18:23 +0000
committerKoop Mast <kwm@FreeBSD.org>2012-10-04 21:18:23 +0000
commitdfd32459912c40273437aa74395eadb45ac66108 (patch)
tree4efa2f7db563128246af34565376b5652f3aeb63 /x11-toolkits/gtksourceview
parent662859c88c45ad047dd32297baf9e68dc6ba584d (diff)
downloadports-dfd32459912c40273437aa74395eadb45ac66108.tar.gz
ports-dfd32459912c40273437aa74395eadb45ac66108.zip
Notes
Diffstat (limited to 'x11-toolkits/gtksourceview')
-rw-r--r--x11-toolkits/gtksourceview/files/patch-gtksourceview_gtksourcelanguage.c12
-rw-r--r--x11-toolkits/gtksourceview/files/patch-gtksourceview_gtksourceregex.h11
2 files changed, 23 insertions, 0 deletions
diff --git a/x11-toolkits/gtksourceview/files/patch-gtksourceview_gtksourcelanguage.c b/x11-toolkits/gtksourceview/files/patch-gtksourceview_gtksourcelanguage.c
new file mode 100644
index 000000000000..14ba21800767
--- /dev/null
+++ b/x11-toolkits/gtksourceview/files/patch-gtksourceview_gtksourcelanguage.c
@@ -0,0 +1,12 @@
+--- gtksourceview/gtksourcelanguage.c.orig 2012-10-04 13:22:21.000000000 +0000
++++ gtksourceview/gtksourcelanguage.c 2012-10-04 13:22:33.000000000 +0000
+@@ -30,8 +30,7 @@
+
+ #include <libxml/xmlreader.h>
+
+-#include <glib/gstdio.h>
+-#include <glib/gmappedfile.h>
++#include <glib.h>
+
+ #include "gtksourceview-i18n.h"
+
diff --git a/x11-toolkits/gtksourceview/files/patch-gtksourceview_gtksourceregex.h b/x11-toolkits/gtksourceview/files/patch-gtksourceview_gtksourceregex.h
new file mode 100644
index 000000000000..9c4285bb5dd9
--- /dev/null
+++ b/x11-toolkits/gtksourceview/files/patch-gtksourceview_gtksourceregex.h
@@ -0,0 +1,11 @@
+--- gtksourceview/gtksourceregex.h.orig 2012-10-04 08:40:27.000000000 +0000
++++ gtksourceview/gtksourceregex.h 2012-10-04 08:40:34.000000000 +0000
+@@ -20,7 +20,7 @@
+ #ifndef __GTK_SOURCE_REGEX_H__
+ #define __GTK_SOURCE_REGEX_H__
+
+-#include <glib/gtypes.h>
++#include <glib.h>
+
+ G_BEGIN_DECLS
+