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:
parent
662859c88c
commit
dfd3245991
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305281
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user