From 0cf2f20608308acdf3cb922c3736446bbd8f3388 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:58:29 +0100 Subject: gentoo resync : 14.07.2018 --- .../rrootage/files/rrootage-0.23a-gcc41.patch | 28 ---------------------- 1 file changed, 28 deletions(-) delete mode 100644 games-action/rrootage/files/rrootage-0.23a-gcc41.patch (limited to 'games-action/rrootage/files') 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); -- cgit v1.2.3