Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/notecase/files: 1.9.5-gcc-4.3.patch 1.9.3-gcc-4.3.patch
Date: Tue, 26 Aug 2008 09:52:32
Message-Id: E1KXv2P-0005Ht-OS@stork.gentoo.org
1 armin76 08/08/26 09:40:33
2
3 Added: 1.9.5-gcc-4.3.patch
4 Removed: 1.9.3-gcc-4.3.patch
5 Log:
6 Version bump
7 (Portage version: 2.2_rc8/cvs/Linux 2.6.25-gentoo-r7 i686)
8
9 Revision Changes Path
10 1.1 app-text/notecase/files/1.9.5-gcc-4.3.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/notecase/files/1.9.5-gcc-4.3.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/notecase/files/1.9.5-gcc-4.3.patch?rev=1.1&content-type=text/plain
14
15 Index: 1.9.5-gcc-4.3.patch
16 ===================================================================
17 --- notecase-1.9.5/src/_unx/ExecuteFile.cpp.orig 2008-08-26 11:04:59.000000000 +0200
18 +++ notecase-1.9.5/src/_unx/ExecuteFile.cpp 2008-08-26 11:13:39.000000000 +0200
19 @@ -11,6 +11,7 @@
20 #include "../config.h"
21 #include "../lib/debug.h"
22 #include <string>
23 +#include <cstring>
24 #include <vector>
25 #include <algorithm>
26 #include <string.h>