Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-astronomy/celestia/files: celestia-1.6.1-gcc47.patch
Date: Sun, 03 Jun 2012 15:37:46
Message-Id: 20120603153732.2F21D2004C@flycatcher.gentoo.org
1 jlec 12/06/03 15:37:32
2
3 Added: celestia-1.6.1-gcc47.patch
4 Log:
5 sci-astronomy/celestia: Add patch for gcc47, #414015
6
7 (Portage version: 2.2.0_alpha109/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sci-astronomy/celestia/files/celestia-1.6.1-gcc47.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/celestia/files/celestia-1.6.1-gcc47.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/celestia/files/celestia-1.6.1-gcc47.patch?rev=1.1&content-type=text/plain
14
15 Index: celestia-1.6.1-gcc47.patch
16 ===================================================================
17 diff -up celestia-1.6.1/src/celengine/frametree.h.gcc47 celestia-1.6.1/src/celengine/frametree.h
18 --- celestia-1.6.1/src/celengine/frametree.h.gcc47 2012-03-22 12:56:56.096087430 -0400
19 +++ celestia-1.6.1/src/celengine/frametree.h 2012-03-22 12:57:04.333022427 -0400
20 @@ -13,6 +13,7 @@
21 #ifndef _CELENGINE_FRAMETREE_H_
22 #define _CELENGINE_FRAMETREE_H_
23
24 +#include <unistd.h>
25 #include <vector>
26
27 class Star;
28 diff -up celestia-1.6.1/src/celengine/planetgrid.cpp.gcc47 celestia-1.6.1/src/celengine/planetgrid.cpp
29 --- celestia-1.6.1/src/celengine/planetgrid.cpp.gcc47 2012-03-22 12:53:01.496950513 -0400
30 +++ celestia-1.6.1/src/celengine/planetgrid.cpp 2012-03-22 12:53:08.812891865 -0400
31 @@ -12,6 +12,7 @@
32
33 #include <cstdio>
34 #include <cmath>
35 +#include <celmath/mathlib.h>
36 #include <celmath/intersect.h>
37 #include "planetgrid.h"
38 #include "body.h"