summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-action/glaxium/files/glaxium-0.5-gcc41.patch')
-rw-r--r--games-action/glaxium/files/glaxium-0.5-gcc41.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/games-action/glaxium/files/glaxium-0.5-gcc41.patch b/games-action/glaxium/files/glaxium-0.5-gcc41.patch
new file mode 100644
index 000000000000..eb0d579c0de8
--- /dev/null
+++ b/games-action/glaxium/files/glaxium-0.5-gcc41.patch
@@ -0,0 +1,22 @@
+--- tank.hpp.old 2006-01-28 11:27:16.000000000 -0700
++++ tank.hpp 2006-01-28 11:27:26.000000000 -0700
+@@ -61,7 +61,7 @@
+
+ class TankFire : public Sprite {
+ public:
+- TankFire::TankFire(List *list, Tank *tank, float x, float y, float z,float dx, float dz,float rotated);
++ TankFire(List *list, Tank *tank, float x, float y, float z,float dx, float dz,float rotated);
+ void draw();
+ void drawShadowable();
+ void move();
+--- scratcher.hpp.old 2006-01-28 11:29:22.000000000 -0700
++++ scratcher.hpp 2006-01-28 11:29:31.000000000 -0700
+@@ -34,7 +34,7 @@
+ UNDEF
+ } ;
+
+- Scratcher:: Scratcher(List *list, float x, float z, int bench=0);
++ Scratcher(List *list, float x, float z, int bench=0);
+ void draw();
+ void drawShadowable();
+ void move();