1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Fix build with newer glib.

This commit is contained in:
Koop Mast 2012-10-04 21:18:23 +00:00
parent 662859c88c
commit dfd3245991
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305281
2 changed files with 23 additions and 0 deletions

View File

@ -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"

View File

@ -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