Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/gtk-engines-ubuntulooks/files: gtk-engines-ubuntulooks-0.9.12-glib-2.31.patch
Date: Sun, 03 Jun 2012 19:57:25
Message-Id: 20120603195710.7ADF82004B@flycatcher.gentoo.org
1 ssuominen 12/06/03 19:57:10
2
3 Added: gtk-engines-ubuntulooks-0.9.12-glib-2.31.patch
4 Log:
5 Fix building with dev-libs/glib >= 2.31 wrt #419395 by Pacho Ramos
6
7 (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 x11-themes/gtk-engines-ubuntulooks/files/gtk-engines-ubuntulooks-0.9.12-glib-2.31.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-ubuntulooks/files/gtk-engines-ubuntulooks-0.9.12-glib-2.31.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-ubuntulooks/files/gtk-engines-ubuntulooks-0.9.12-glib-2.31.patch?rev=1.1&content-type=text/plain
14
15 Index: gtk-engines-ubuntulooks-0.9.12-glib-2.31.patch
16 ===================================================================
17 http://bugs.gentoo.org/419395
18
19 --- engine/src/animation.c
20 +++ engine/src/animation.c
21 @@ -7,7 +7,7 @@
22 #include "animation.h"
23
24 #ifdef HAVE_ANIMATION
25 -#include <glib/gtimer.h>
26 +#include <glib.h>
27
28 struct _AnimationInfo {
29 GTimer *timer;