Summary: | games/ceferino fails to build using clang | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Miklos Magyari <magyarimiki> | ||||
Component: | Individual Port(s) | Assignee: | Jose Alonso Cardenas Marquez <acm> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Miklos Magyari
2012-10-01 12:20:01 UTC
Responsible Changed From-To: freebsd-ports-bugs->acm Over to maintainer (via the GNATS Auto Assign Tool) State Changed From-To: open->closed - Committed thanks!! Author: acm Date: Sun Mar 24 05:32:19 2013 New Revision: 315098 URL: http://svnweb.freebsd.org/changeset/ports/315098 Log: - Fix build using clang - Bump PORTREVISION PR: 172205 Submitted by: Miklos Magyari <magyarimiki _at_ gmail.com> Added: head/games/ceferino/files/ head/games/ceferino/files/patch-src_nivel.h (contents, props changed) Modified: head/games/ceferino/Makefile Modified: head/games/ceferino/Makefile ============================================================================== --- head/games/ceferino/Makefile Sun Mar 24 05:09:32 2013 (r315097) +++ head/games/ceferino/Makefile Sun Mar 24 05:32:19 2013 (r315098) @@ -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/ Added: head/games/ceferino/files/patch-src_nivel.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/ceferino/files/patch-src_nivel.h Sun Mar 24 05:32:19 2013 (r315098) @@ -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); _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" |