diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-05-13 16:25:54 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-05-13 16:25:54 +0000 |
commit | 447c113cc33e74cb0d55f2fe33acb162a2dfe2a6 (patch) | |
tree | 9f3d921fc9c2e4e5e8ac2cc554368a41693be7da /games-arcade/ceferino/files | |
parent | amd64 stable, bug #269591 (diff) | |
download | gentoo-2-447c113cc33e74cb0d55f2fe33acb162a2dfe2a6.tar.gz gentoo-2-447c113cc33e74cb0d55f2fe33acb162a2dfe2a6.tar.bz2 gentoo-2-447c113cc33e74cb0d55f2fe33acb162a2dfe2a6.zip |
EAPI=2; add gcc44 patch submitted by Oschtan via bug #269678
(Portage version: 2.1.6.11/cvs/Linux i686)
Diffstat (limited to 'games-arcade/ceferino/files')
-rw-r--r-- | games-arcade/ceferino/files/ceferino-0.97.8-gcc44.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games-arcade/ceferino/files/ceferino-0.97.8-gcc44.patch b/games-arcade/ceferino/files/ceferino-0.97.8-gcc44.patch new file mode 100644 index 000000000000..96944dd382bb --- /dev/null +++ b/games-arcade/ceferino/files/ceferino-0.97.8-gcc44.patch @@ -0,0 +1,11 @@ +--- src/nivel.h ++++ src/nivel.h +@@ -34,7 +34,7 @@ + class nivel + { + public: +- void iniciar(juego *_pjuego, grafico *grafico, grafico *pfondos, SDL_Surface *fondo); ++ void iniciar(juego *_pjuego, grafico *_grafico, grafico *pfondos, SDL_Surface *fondo); + int avanzar_nivel(int salto = 1); + int reiniciar_nivel(void); + int get_dist_suelo(int x, int y, int max); |