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

(-)games/egoboo/Makefile (-2 / +2 lines)
Lines 13-21 Link Here
13
MAINTAINER=	amdmi3@FreeBSD.org
13
MAINTAINER=	amdmi3@FreeBSD.org
14
COMMENT=	3D dungeon crawling adventure in the spirit of NetHack
14
COMMENT=	3D dungeon crawling adventure in the spirit of NetHack
15
15
16
USES=		gmake dos2unix
16
USES=		dos2unix gl gmake sdl
17
USE_SDL=	sdl ttf mixer image
17
USE_SDL=	sdl ttf mixer image
18
USE_GL=		yes
18
USE_GL=		glu
19
DOS2UNIX_GLOB=	*.c
19
DOS2UNIX_GLOB=	*.c
20
20
21
WRKSRC=		${WRKDIR}/${DISTNAME}/game
21
WRKSRC=		${WRKDIR}/${DISTNAME}/game
(-)games/egoboo/files/patch-game-lin-file.c (-4 / +6 lines)
Lines 1-9 Link Here
1
--- lin-file.c.orig	2007-11-16 22:36:58.000000000 +0300
1
--- lin-file.c.orig	2019-06-15 14:41:01 UTC
2
+++ lin-file.c	2008-02-07 04:09:32.000000000 +0300
2
+++ lin-file.c
3
@@ -9,6 +9,7 @@
3
@@ -8,7 +8,8 @@
4
 #include <glob.h>
4
 #include <sys/types.h>
5
 #include <sys/types.h>
5
 #include <sys/stat.h>
6
 #include <sys/stat.h>
6
 #include <sys/dir.h>
7
-#include <sys/dir.h>
8
+#include <sys/dirent.h>
7
+#include <sys/syslimits.h>
9
+#include <sys/syslimits.h>
8
 
10
 
9
 //File Routines-----------------------------------------------------------
11
 //File Routines-----------------------------------------------------------

Return to bug 238614