- Fix build using clang

- Bump PORTREVISION

PR:             172205
Submitted by:   Miklos Magyari <magyarimiki  _at_ gmail.com>
This commit is contained in:
Jose Alonso Cardenas Marquez 2013-03-24 05:32:19 +00:00
parent 165aeab54b
commit 927b05bbcf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315098
2 changed files with 12 additions and 1 deletions

View file

@ -7,7 +7,7 @@
PORTNAME= ceferino
PORTVERSION= 0.97.8
PORTREVISION= 11
PORTREVISION= 12
CATEGORIES= games
MASTER_SITES= http://www.losersjuegos.com.ar/_media/juegos/ceferino/descargas/

View file

@ -0,0 +1,11 @@
--- src/nivel.h 2005-06-24 13:00:26.000000000 -0500
+++ src/nivel.h 2013-03-24 00:23:03.000000000 -0500
@@ -34,7 +34,7 @@
class nivel
{
public:
- void iniciar(juego *_pjuego, grafico *grafico, grafico *pfondos, SDL_Surface *fondo);
+ void iniciar(juego *_pjuego, grafico *grafico, class 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);