summaryrefslogtreecommitdiff
path: root/games-action/rrootage/files/rrootage-0.23a-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-action/rrootage/files/rrootage-0.23a-gcc41.patch
parent1798c4aeca70ac8d0a243684d6a798fbc65735f8 (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'games-action/rrootage/files/rrootage-0.23a-gcc41.patch')
-rw-r--r--games-action/rrootage/files/rrootage-0.23a-gcc41.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/games-action/rrootage/files/rrootage-0.23a-gcc41.patch b/games-action/rrootage/files/rrootage-0.23a-gcc41.patch
deleted file mode 100644
index 1e6e50e683fd..000000000000
--- a/games-action/rrootage/files/rrootage-0.23a-gcc41.patch
+++ /dev/null
@@ -1,28 +0,0 @@
---- src/foecommand.h.old 2006-04-21 23:26:03.000000000 +0200
-+++ src/foecommand.h 2006-04-21 23:26:26.000000000 +0200
-@@ -39,10 +39,10 @@
-
- virtual void doChangeDirection(double d);
- virtual void doChangeSpeed(double s);
-- virtual void FoeCommand::doAccelX(double ax);
-- virtual void FoeCommand::doAccelY(double ay);
-- virtual double FoeCommand::getBulletSpeedX();
-- virtual double FoeCommand::getBulletSpeedY();
-+ virtual void doAccelX(double ax);
-+ virtual void doAccelY(double ay);
-+ virtual double getBulletSpeedX();
-+ virtual double getBulletSpeedY();
-
- private:
- struct foe *foe;
---- src/screen.c.old 2006-04-21 23:50:01.000000000 +0200
-+++ src/screen.c 2006-04-21 23:50:30.000000000 +0200
-@@ -73,7 +73,7 @@
- void loadGLTexture(char *fileName, GLuint *texture) {
- SDL_Surface *surface;
-
-- char name[32];
-+ char name[128];
- strcpy(name, SHARE_LOC);
- strcat(name, "images/");
- strcat(name, fileName);