Gentoo Archives: gentoo-commits

From: "Tiziano Mueller (dev-zero)" <dev-zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libcoyotl/files: 3.1.0-gcc-4.3.patch
Date: Thu, 01 May 2008 00:06:19
Message-Id: E1JrMJU-0005zZ-NR@stork.gentoo.org
1 dev-zero 08/05/01 00:06:16
2
3 Added: 3.1.0-gcc-4.3.patch
4 Log:
5 Added fix for gcc-4.3 (bug #214176, thanks to Peter Alfredsen and Debian), added doc USE-flag to make doc-generation less magical.
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.1 dev-libs/libcoyotl/files/3.1.0-gcc-4.3.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libcoyotl/files/3.1.0-gcc-4.3.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libcoyotl/files/3.1.0-gcc-4.3.patch?rev=1.1&content-type=text/plain
13
14 Index: 3.1.0-gcc-4.3.patch
15 ===================================================================
16 diff -NrU5 libcoyotl-3.1.0.orig/libcoyotl/command_line.cpp libcoyotl-3.1.0/libcoyotl/command_line.cpp
17 --- libcoyotl-3.1.0.orig/libcoyotl/command_line.cpp 2008-03-21 22:41:41.000000000 +0100
18 +++ libcoyotl-3.1.0/libcoyotl/command_line.cpp 2008-03-21 22:41:59.000000000 +0100
19 @@ -30,10 +30,13 @@
20 // http://www.coyotegulch.com
21 //
22 //-----------------------------------------------------------------------
23
24 #include "command_line.h"
25 +
26 +#include <cstring>
27 +
28 using namespace libcoyotl;
29
30 command_line::command_line(int argc, char * argv[], const set<string> & bool_opts)
31 : m_options(),
32 m_inputs(),
33 diff -NrU5 libcoyotl-3.1.0.orig/libcoyotl/sortutil.h libcoyotl-3.1.0/libcoyotl/sortutil.h
34 --- libcoyotl-3.1.0.orig/libcoyotl/sortutil.h 2008-03-21 22:41:41.000000000 +0100
35 +++ libcoyotl-3.1.0/libcoyotl/sortutil.h 2008-03-21 22:41:59.000000000 +0100
36 @@ -34,10 +34,11 @@
37 //-----------------------------------------------------------------------
38
39 #if !defined(LIBCOYOTL_SORTUTIL_H)
40 #define LIBCOYOTL_SORTUTIL_H
41
42 +#include <climits>
43 #include <stdexcept>
44
45 namespace libcoyotl
46 {
47
48
49
50
51 --
52 gentoo-commits@l.g.o mailing list