Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-electronics/geda/files: geda-1.6.2-correct_glib_include.patch
Date: Fri, 23 Dec 2011 11:24:30
Message-Id: 20111223112420.650932004C@flycatcher.gentoo.org
1 ssuominen 11/12/23 11:24:20
2
3 Added: geda-1.6.2-correct_glib_include.patch
4 Log:
5 Fix building with dev-libs/glib >= 2.30 wrt #395795 by Priit Laes
6
7 (Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sci-electronics/geda/files/geda-1.6.2-correct_glib_include.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/geda/files/geda-1.6.2-correct_glib_include.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/geda/files/geda-1.6.2-correct_glib_include.patch?rev=1.1&content-type=text/plain
14
15 Index: geda-1.6.2-correct_glib_include.patch
16 ===================================================================
17 http://pkgs.fedoraproject.org/gitweb/?p=geda-gaf.git;a=blob_plain;f=libgeda-references-to-glib-headers-other-than-glib-h.patch;hb=HEAD
18 http://bugs.gentoo.org/395795
19
20 --- libgeda/src/s_path.c
21 +++ libgeda/src/s_path.c
22 @@ -37,9 +37,7 @@
23 #include <stdlib.h>
24 #include <string.h>
25
26 -#include <glib/gmem.h>
27 -#include <glib/gmessages.h>
28 -#include <glib/gtypes.h>
29 +#include <glib.h>
30
31 #include "libgeda_priv.h"