summaryrefslogtreecommitdiff
path: root/testing/celestia/celestia-1.6.1-gcc46.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/celestia/celestia-1.6.1-gcc46.patch')
-rw-r--r--testing/celestia/celestia-1.6.1-gcc46.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/celestia/celestia-1.6.1-gcc46.patch b/testing/celestia/celestia-1.6.1-gcc46.patch
new file mode 100644
index 000000000..ddf4036f2
--- /dev/null
+++ b/testing/celestia/celestia-1.6.1-gcc46.patch
@@ -0,0 +1,13 @@
+http://bugs.gentoo.org/show_bug.cgi?id=366073
+
+Patch written by Nils Larsson <ni1s@nerdshack.com>
+--- src/celengine/frametree.h
++++ src/celengine/frametree.h
+@@ -14,6 +14,7 @@
+ #define _CELENGINE_FRAMETREE_H_
+
+ #include <vector>
++#include <cstddef>
+
+ class Star;
+ class Body;