Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/astro/celestia/files/celestia-1.6.1-gcc47.patch
16462 views
1
diff -up celestia-1.6.1/src/celengine/frametree.h.gcc47 celestia-1.6.1/src/celengine/frametree.h
2
--- celestia-1.6.1/src/celengine/frametree.h.gcc47 2012-03-22 12:56:56.096087430 -0400
3
+++ celestia-1.6.1/src/celengine/frametree.h 2012-03-22 12:57:04.333022427 -0400
4
@@ -13,6 +13,7 @@
5
#ifndef _CELENGINE_FRAMETREE_H_
6
#define _CELENGINE_FRAMETREE_H_
7
8
+#include <unistd.h>
9
#include <vector>
10
11
class Star;
12
diff -up celestia-1.6.1/src/celengine/planetgrid.cpp.gcc47 celestia-1.6.1/src/celengine/planetgrid.cpp
13
--- celestia-1.6.1/src/celengine/planetgrid.cpp.gcc47 2012-03-22 12:53:01.496950513 -0400
14
+++ celestia-1.6.1/src/celengine/planetgrid.cpp 2012-03-22 12:53:08.812891865 -0400
15
@@ -12,6 +12,7 @@
16
17
#include <cstdio>
18
#include <cmath>
19
+#include <celmath/mathlib.h>
20
#include <celmath/intersect.h>
21
#include "planetgrid.h"
22
#include "body.h"
23
24