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-aurora/files: gtk-engines-aurora-1.5.1-glib-2.31.patch
Date: Sun, 03 Jun 2012 08:54:23
Message-Id: 20120603085412.0C0782004C@flycatcher.gentoo.org
1 ssuominen 12/06/03 08:54:12
2
3 Added: gtk-engines-aurora-1.5.1-glib-2.31.patch
4 Log:
5 Fix building with dev-libs/glib >= 2.31 wrt #419393 by Pacho Ramos. Remove useless libtool archive from GTK+ 2.x engine directory.
6
7 (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 x11-themes/gtk-engines-aurora/files/gtk-engines-aurora-1.5.1-glib-2.31.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-aurora/files/gtk-engines-aurora-1.5.1-glib-2.31.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-aurora/files/gtk-engines-aurora-1.5.1-glib-2.31.patch?rev=1.1&content-type=text/plain
14
15 Index: gtk-engines-aurora-1.5.1-glib-2.31.patch
16 ===================================================================
17 http://bugs.gentoo.org/419393
18
19 --- src/animation.c
20 +++ 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;