Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/xpad/files: xpad-4.1-glib_includes.patch
Date: Thu, 03 May 2012 03:54:05
Message-Id: 20120503035355.9E2642004C@flycatcher.gentoo.org
1 jer 12/05/03 03:53:55
2
3 Added: xpad-4.1-glib_includes.patch
4 Log:
5 Fix building against dev-libs/glib-2.32 by Derk W te Bokkel (bug #414389).
6
7 (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 x11-misc/xpad/files/xpad-4.1-glib_includes.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xpad/files/xpad-4.1-glib_includes.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xpad/files/xpad-4.1-glib_includes.patch?rev=1.1&content-type=text/plain
14
15 Index: xpad-4.1-glib_includes.patch
16 ===================================================================
17 Description: Don't directly include glib2 header files.
18 Author: Kyrill Detinov <lazy.kent@××××××××.org>
19 Index: src/xpad-undo.c
20 ===================================================================
21 --- a/src/xpad-undo.c
22 +++ b/src/xpad-undo.c
23 @@ -23,7 +23,6 @@ Foundation, Inc., 59 Temple Place, Suite
24 #include "../config.h"
25 #include <stdlib.h>
26 #include <glib.h>
27 -#include <glib/glist.h>
28 #include "xpad-undo.h"
29 #include "xpad-text-buffer.h"