Gentoo Archives: gentoo-commits

From: "Alex Alexander (wired)" <wired@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-wm/awesome/files: awesome-glib-fix.patch
Date: Thu, 03 May 2012 11:44:14
Message-Id: 20120503114355.21C322004C@flycatcher.gentoo.org
1 wired 12/05/03 11:43:55
2
3 Added: awesome-glib-fix.patch
4 Log:
5 build fix for >=glib-2.31, bug #396417
6
7 (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 x11-wm/awesome/files/awesome-glib-fix.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/awesome/files/awesome-glib-fix.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/awesome/files/awesome-glib-fix.patch?rev=1.1&content-type=text/plain
14
15 Index: awesome-glib-fix.patch
16 ===================================================================
17 >=glib-2.31 build fix
18
19 --- a/spawn.c
20 +++ b/spawn.c
21 @@ -24,7 +24,7 @@
22 #include <sys/types.h>
23 #include <sys/wait.h>
24
25 -#include <glib/gspawn.h>
26 +#include <glib.h>
27
28 #include "spawn.h"
29 #include "screen.h"