Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/gnote/files: gnote-0.8.2-signal_idle-header.patch
Date: Mon, 02 Jul 2012 18:46:41
Message-Id: 20120702184626.D99592004C@flycatcher.gentoo.org
1 tetromino 12/07/02 18:46:26
2
3 Added: gnote-0.8.2-signal_idle-header.patch
4 Log:
5 Fix build failure with gcc-4.7 due to missing include (bug #424317, thanks to Diego Elio Pettenò).
6
7 (Portage version: 2.2.0_alpha114/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 app-misc/gnote/files/gnote-0.8.2-signal_idle-header.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gnote/files/gnote-0.8.2-signal_idle-header.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gnote/files/gnote-0.8.2-signal_idle-header.patch?rev=1.1&content-type=text/plain
14
15 Index: gnote-0.8.2-signal_idle-header.patch
16 ===================================================================
17 From 7364a6fd55c46db5c5dbae6df6ac377d48919fa9 Mon Sep 17 00:00:00 2001
18 From: Hub Figuiere <hub@××××××××.net>
19 Date: Thu, 5 Jan 2012 21:19:49 -0800
20 Subject: [PATCH] Fix missing header for Glib::signal_idle. Closes #667349
21
22 ---
23 src/notebuffer.cpp | 1 +
24 1 files changed, 1 insertions(+), 0 deletions(-)
25
26 diff --git a/src/notebuffer.cpp b/src/notebuffer.cpp
27 index 48bca2d..df223f3 100644
28 --- a/src/notebuffer.cpp
29 +++ b/src/notebuffer.cpp
30 @@ -23,6 +23,7 @@
31 #include <algorithm>
32 #include <tr1/array>
33
34 +#include <glibmm/main.h>
35
36 #include "debug.hpp"
37 #include "notebuffer.hpp"
38 --
39 1.7.8.6