summaryrefslogtreecommitdiff
path: root/games-simulation/cannonsmash/files/cannonsmash-0.6.6-gcc41.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
commit0cf2f20608308acdf3cb922c3736446bbd8f3388 (patch)
tree07815070629c7c11000a7f51ceb8ccbccb49a809 /games-simulation/cannonsmash/files/cannonsmash-0.6.6-gcc41.patch
parent1798c4aeca70ac8d0a243684d6a798fbc65735f8 (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'games-simulation/cannonsmash/files/cannonsmash-0.6.6-gcc41.patch')
-rw-r--r--games-simulation/cannonsmash/files/cannonsmash-0.6.6-gcc41.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/games-simulation/cannonsmash/files/cannonsmash-0.6.6-gcc41.patch b/games-simulation/cannonsmash/files/cannonsmash-0.6.6-gcc41.patch
deleted file mode 100644
index 6602c2f09304..000000000000
--- a/games-simulation/cannonsmash/files/cannonsmash-0.6.6-gcc41.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/BallView.h.old 2006-04-11 00:10:37.000000000 +0200
-+++ b/BallView.h 2006-04-11 00:10:53.000000000 +0200
-@@ -32,7 +32,7 @@
-
- static GLuint m_number[10];
- private:
-- void BallView::DrawTargetCircle();
-+ void DrawTargetCircle();
- GLUquadricObj *m_quad;
-
- void DrawBall();
---- a/matrix.old 2006-04-11 00:13:18.000000000 +0200
-+++ b/matrix 2006-04-11 00:19:34.000000000 +0200
-@@ -42,7 +42,7 @@
-
- /* __BEGIN__BEGIN__ */
- //__NAMESPACE_BEGIN(ese);
--#if (!defined __GNUG__) || (__GNUC__ == 3)
-+#if (!defined __GNUG__) || (__GNUC__ >= 3)
- template<typename T>
- void swap(T& a, T& b)
- {