Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/gtk+extra/files: gtk+extra-3.0.1-gunicode.h.patch
Date: Mon, 09 Jan 2012 17:37:19
Message-Id: 20120109173709.665EC2004C@flycatcher.gentoo.org
1 tetromino 12/01/09 17:37:09
2
3 Added: gtk+extra-3.0.1-gunicode.h.patch
4 Log:
5 introspection.m4 is required for eautoreconf (bug #397761, thanks to Oleg for reporting). Also, fix building with >=glib-2.31.
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 x11-libs/gtk+extra/files/gtk+extra-3.0.1-gunicode.h.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+extra/files/gtk+extra-3.0.1-gunicode.h.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+extra/files/gtk+extra-3.0.1-gunicode.h.patch?rev=1.1&content-type=text/plain
14
15 Index: gtk+extra-3.0.1-gunicode.h.patch
16 ===================================================================
17 2011-11-16 Fredy Paquet <mailbox AT opag.ch>
18 * fixed include problem with glib V2.31.0 (only glib.h can be included directly)
19
20 --- gtkextra/gtkcharsel.c 2011/09/10 11:44:53 1.10
21 +++ gtkextra/gtkcharsel.c 2011/11/26 11:05:59 1.11
22 @@ -34,7 +34,7 @@
23
24
25 #include <gtk/gtk.h>
26 -#include <glib/gunicode.h>
27 +#include <glib.h>
28
29 #include <string.h>
30 #include "gtkextra-compat.h"