Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/abiword/files: abiword-2.8.6-glib-2.31.patch
Date: Sun, 08 Apr 2012 01:57:49
Message-Id: 20120408015738.9F5B02004C@flycatcher.gentoo.org
1 tetromino 12/04/08 01:57:38
2
3 Added: abiword-2.8.6-glib-2.31.patch
4 Log:
5 Fix building with >=glib-2.31 (bug #406249).
6
7 (Portage version: 2.2.0_alpha99/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 app-office/abiword/files/abiword-2.8.6-glib-2.31.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/abiword/files/abiword-2.8.6-glib-2.31.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/abiword/files/abiword-2.8.6-glib-2.31.patch?rev=1.1&content-type=text/plain
14
15 Index: abiword-2.8.6-glib-2.31.patch
16 ===================================================================
17 ------------------------------------------------------------------------
18 r30479 | hub | 2011-11-29 00:39:09 -0500 (Tue, 29 Nov 2011) | 2 lines
19 Changed paths:
20 M /abiword/trunk/src/af/util/xp/ut_go_file.h
21
22 Bug 13197: only import glib.h
23 Patch by Dominique Leuenberger.
24 ------------------------------------------------------------------------
25 Index: src/af/util/xp/ut_go_file.h
26 ===================================================================
27 --- src/af/util/xp/ut_go_file.h (revision 30478)
28 +++ src/af/util/xp/ut_go_file.h (revision 30479)
29 @@ -31,7 +31,6 @@
30
31 #include <glib.h>
32 #include <gsf/gsf.h>
33 -#include <glib/gerror.h>
34 #include <time.h>
35
36 G_BEGIN_DECLS