Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/wv2/files: wv2-0.2.3-gcc43.patch
Date: Fri, 18 Apr 2008 18:48:15
Message-Id: E1Jmvd7-0008OK-Fo@stork.gentoo.org
1 drac 08/04/18 18:48:13
2
3 Added: wv2-0.2.3-gcc43.patch
4 Log:
5 Fix building with GCC 4.3 wrt #214264. Use DESTDIR for installing. Fix LICENSE from GPL-2 to LGPL-2.
6 (Portage version: 2.1.5_rc4)
7
8 Revision Changes Path
9 1.1 app-text/wv2/files/wv2-0.2.3-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/wv2/files/wv2-0.2.3-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/wv2/files/wv2-0.2.3-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: wv2-0.2.3-gcc43.patch
15 ===================================================================
16 --- src/styles.cpp.orig 2008-02-22 15:40:41.000000000 +0100
17 +++ src/styles.cpp 2008-02-22 15:41:05.000000000 +0100
18 @@ -24,6 +24,7 @@
19
20 #include "wvlog.h"
21 #include <algorithm>
22 +#include <string.h>
23
24 namespace wvWare
25 {
26
27
28
29 --
30 gentoo-commits@l.g.o mailing list