Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-filter/mailfilter/files: 0.8.1-gcc43.patch
Date: Sat, 31 May 2008 10:27:10
Message-Id: E1K2OIi-0006zV-Vi@stork.gentoo.org
1 tove 08/05/31 10:27:04
2
3 Added: 0.8.1-gcc43.patch
4 Log:
5 Add gcc-4.3 patch. Add flex to DEPEND
6 (Portage version: 2.1.5.2)
7
8 Revision Changes Path
9 1.1 mail-filter/mailfilter/files/0.8.1-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/mailfilter/files/0.8.1-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/mailfilter/files/0.8.1-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: 0.8.1-gcc43.patch
15 ===================================================================
16 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=455619
17 ## 10_fix_gcc-4.3_ftbfs.dpatch by Cyril Brulebois <cyril.brulebois@×××××××××××××.fr>
18
19 --- src/apop.cc
20 +++ src/apop.cc
21 @@ -28,6 +28,8 @@
22 #include "md5.h"
23 }
24
25 +#include <cstring>
26 +
27 using namespace std;
28
29 bool APOP :: login (const char* usr,
30
31
32
33 --
34 gentoo-commits@l.g.o mailing list