Gentoo Archives: gentoo-commits

From: "Andrey Grozin (grozin)" <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/mathgl/files: mathgl-1.8.1-gcc43.patch
Date: Fri, 24 Apr 2009 19:08:21
Message-Id: E1LxQl1-00040E-5m@stork.gentoo.org
1 grozin 09/04/24 19:08:19
2
3 Added: mathgl-1.8.1-gcc43.patch
4 Log:
5 Fixed bug #267061
6 (Portage version: 2.2_rc31/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 sci-libs/mathgl/files/mathgl-1.8.1-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/mathgl/files/mathgl-1.8.1-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/mathgl/files/mathgl-1.8.1-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: mathgl-1.8.1-gcc43.patch
15 ===================================================================
16 --- utils/mgl2gif.cpp.ORIG 2009-03-04 14:22:12.000000000 +0100
17 +++ utils/mgl2gif.cpp 2009-04-22 10:15:02.000000000 +0200
18 @@ -19,6 +19,7 @@
19 ***************************************************************************/
20 #include <stdio.h>
21 #include <string.h>
22 +#include <cstdlib>
23 #include <locale.h>
24 #include <wchar.h>
25 #include "mgl/mgl_zb.h"