diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-05-15 11:45:26 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-05-15 11:50:15 +0200 |
commit | a26628eef9355f7fe90901e8bb4251432f8b50a5 (patch) | |
tree | 0084f5da7d52b737faea88860b657631c0766187 /sci-astronomy/celestia/files/celestia-1.6.99-gcc47.patch | |
parent | sci-geosciences/osm2pgsql: Bump to 0.96.0 (diff) | |
download | gentoo-a26628eef9355f7fe90901e8bb4251432f8b50a5.tar.gz gentoo-a26628eef9355f7fe90901e8bb4251432f8b50a5.tar.bz2 gentoo-a26628eef9355f7fe90901e8bb4251432f8b50a5.zip |
sci-astronomy/celestia: More fixes for the live ebuild.
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Diffstat (limited to 'sci-astronomy/celestia/files/celestia-1.6.99-gcc47.patch')
-rw-r--r-- | sci-astronomy/celestia/files/celestia-1.6.99-gcc47.patch | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/sci-astronomy/celestia/files/celestia-1.6.99-gcc47.patch b/sci-astronomy/celestia/files/celestia-1.6.99-gcc47.patch deleted file mode 100644 index c4dec19211fd..000000000000 --- a/sci-astronomy/celestia/files/celestia-1.6.99-gcc47.patch +++ /dev/null @@ -1,37 +0,0 @@ -From 97e728e3db4d74cf2a74316a4f0287a86ece47ad Mon Sep 17 00:00:00 2001 -From: Lars Wendler <polynomial-c@gentoo.org> -Date: Wed, 4 Apr 2018 15:45:25 +0200 -Subject: [PATCH] Fixes for >=gcc-4.7 - ---- - src/celengine/frametree.h | 1 + - src/celengine/planetgrid.cpp | 1 + - 2 files changed, 2 insertions(+) - -diff --git a/src/celengine/frametree.h b/src/celengine/frametree.h -index 62ca5450..f8e17f8a 100644 ---- a/src/celengine/frametree.h -+++ b/src/celengine/frametree.h -@@ -13,6 +13,7 @@ - #ifndef _CELENGINE_FRAMETREE_H_ - #define _CELENGINE_FRAMETREE_H_ - -+#include <unistd.h> - #include <vector> - #include <cstddef> - -diff --git a/src/celengine/planetgrid.cpp b/src/celengine/planetgrid.cpp -index 1c0f53bc..c08fef4a 100644 ---- a/src/celengine/planetgrid.cpp -+++ b/src/celengine/planetgrid.cpp -@@ -14,6 +14,7 @@ - #include "planetgrid.h" - #include "body.h" - #include "vecgl.h" -+#include <celmath/mathlib.h> - #include <celmath/intersect.h> - #include <Eigen/Core> - #include <Eigen/Geometry> --- -2.17.0 - |