Gentoo Archives: gentoo-commits

From: "Matsuu Takuto (matsuu)" <matsuu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/crf++/files: crf++-0.54-gcc46.patch crf++-0.50-gcc43.patch
Date: Mon, 30 May 2011 23:33:05
Message-Id: 20110530233256.4E6F820057@flycatcher.gentoo.org
1 matsuu 11/05/30 23:32:56
2
3 Added: crf++-0.54-gcc46.patch
4 Removed: crf++-0.50-gcc43.patch
5 Log:
6 Version bumped, bug #356959. Fixed to build with gcc-4.6, bug #365921. Added static-libs USE flag. Removed *.la files.
7
8 (Portage version: 2.1.9.49/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.1 app-text/crf++/files/crf++-0.54-gcc46.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/crf++/files/crf++-0.54-gcc46.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/crf++/files/crf++-0.54-gcc46.patch?rev=1.1&content-type=text/plain
15
16 Index: crf++-0.54-gcc46.patch
17 ===================================================================
18 diff -Naur CRF++-0.54.orig/path.h CRF++-0.54/path.h
19 --- CRF++-0.54.orig/path.h 2009-04-05 20:42:35.000000000 +0900
20 +++ CRF++-0.54/path.h 2011-05-31 01:31:43.845198215 +0900
21 @@ -8,6 +8,7 @@
22 #ifndef CRFPP_PATH_H_
23 #define CRFPP_PATH_H_
24
25 +#include <cstddef>
26 #include <vector>
27 #include "node.h"