Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-visualization/labplot/files: labplot-1.6.0.2-gcc43.patch
Date: Sat, 30 Aug 2008 17:03:38
Message-Id: E1KZTrL-0005lh-QW@stork.gentoo.org
1 bicatali 08/08/30 17:03:35
2
3 Added: labplot-1.6.0.2-gcc43.patch
4 Log:
5 Version bump
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.23-gentoo-r9 x86_64)
7
8 Revision Changes Path
9 1.1 sci-visualization/labplot/files/labplot-1.6.0.2-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/labplot/files/labplot-1.6.0.2-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/labplot/files/labplot-1.6.0.2-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: labplot-1.6.0.2-gcc43.patch
15 ===================================================================
16 --- src/Spreadsheet.cc.orig 2008-08-30 17:07:41.000000000 +0100
17 +++ src/Spreadsheet.cc 2008-08-30 17:08:40.000000000 +0100
18 @@ -3,6 +3,7 @@
19 #include <stdlib.h>
20 #include <time.h>
21 #ifdef HAVE_SGI_STL
22 +#include <algorithm>
23 #include <vector>
24 #endif