View | Details | Raw Unified | Return to bug 103857
Collapse All | Expand All

(-)kobodeluxe/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
MASTER_SITES=	http://olofson.net/kobodl/download/
11
MASTER_SITES=	http://olofson.net/kobodl/download/
12
DISTNAME=	KoboDeluxe-${DISTVERSION}
12
DISTNAME=	KoboDeluxe-${DISTVERSION}
13
13
14
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	amdmi3@mail.ru
15
COMMENT=	An SDL port of the scrolling game XKobo
15
COMMENT=	An SDL port of the scrolling game XKobo
16
16
17
USE_SDL=	image sdl
17
USE_SDL=	image sdl
(-)kobodeluxe/files/patch-gamestate.h (+11 lines)
Line 0 Link Here
1
--- gamestate.h.orig	Sun Apr 28 05:48:59 2002
2
+++ gamestate.h	Sat Sep 30 23:58:17 2006
3
@@ -24,6 +24,8 @@
4
 
5
 #include "window.h"
6
 
7
+class gamestatemanager_t;
8
+
9
 class gamestate_t
10
 {
11
 	friend class gamestatemanager_t;

Return to bug 103857