Gentoo Archives: gentoo-commits

From: "Markus Dittrich (markusle)" <markusle@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/libqalculate/files: libqalculate-0.9.6-gcc4.3.patch
Date: Tue, 01 Apr 2008 15:19:37
Message-Id: E1JgiGs-0000hf-Hl@stork.gentoo.org
1 markusle 08/04/01 15:19:34
2
3 Added: libqalculate-0.9.6-gcc4.3.patch
4 Log:
5 Fixed compile issues with gcc-4.3 (see bug #215572).
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 sci-libs/libqalculate/files/libqalculate-0.9.6-gcc4.3.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libqalculate/files/libqalculate-0.9.6-gcc4.3.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libqalculate/files/libqalculate-0.9.6-gcc4.3.patch?rev=1.1&content-type=text/plain
13
14 Index: libqalculate-0.9.6-gcc4.3.patch
15 ===================================================================
16 diff -Naur libqalculate-0.9.6/libqalculate/Number.cc libqalculate-0.9.6.new/libqalculate/Number.cc
17 --- libqalculate-0.9.6/libqalculate/Number.cc 2007-05-18 04:03:22.000000000 -0400
18 +++ libqalculate-0.9.6.new/libqalculate/Number.cc 2008-04-01 10:46:53.000000000 -0400
19 @@ -15,6 +15,7 @@
20 #include "Calculator.h"
21
22 #include <sstream>
23 +#include <climits>
24 #include "util.h"
25
26 #define REAL_PRECISION_FLOAT_RE(x) cln::cl_float(cln::realpart(x), cln::float_format(PRECISION + 1))
27
28
29
30 --
31 gentoo-commits@l.g.o mailing list