FreeBSD Bugzilla – Attachment 205128 Details for
Bug 238614
games/egoboo : use dirent.h instead of deprecated dir.h
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
include sys/dirent.h instead of sys/dir.h
games_egoboo.diff (text/plain), 1.15 KB, created by
Rene Ladan
on 2019-06-16 13:36:01 UTC
(
hide
)
Description:
include sys/dirent.h instead of sys/dir.h
Filename:
MIME Type:
Creator:
Rene Ladan
Created:
2019-06-16 13:36:01 UTC
Size:
1.15 KB
patch
obsolete
>Index: games/egoboo/Makefile >=================================================================== >--- games/egoboo/Makefile (revision 504341) >+++ games/egoboo/Makefile (working copy) >@@ -13,9 +13,9 @@ > MAINTAINER= amdmi3@FreeBSD.org > COMMENT= 3D dungeon crawling adventure in the spirit of NetHack > >-USES= gmake dos2unix >+USES= dos2unix gl gmake sdl > USE_SDL= sdl ttf mixer image >-USE_GL= yes >+USE_GL= glu > DOS2UNIX_GLOB= *.c > > WRKSRC= ${WRKDIR}/${DISTNAME}/game >Index: games/egoboo/files/patch-game-lin-file.c >=================================================================== >--- games/egoboo/files/patch-game-lin-file.c (revision 504341) >+++ games/egoboo/files/patch-game-lin-file.c (working copy) >@@ -1,9 +1,11 @@ >---- lin-file.c.orig 2007-11-16 22:36:58.000000000 +0300 >-+++ lin-file.c 2008-02-07 04:09:32.000000000 +0300 >-@@ -9,6 +9,7 @@ >+--- lin-file.c.orig 2019-06-15 14:41:01 UTC >++++ lin-file.c >+@@ -8,7 +8,8 @@ >+ #include <glob.h> > #include <sys/types.h> > #include <sys/stat.h> >- #include <sys/dir.h> >+-#include <sys/dir.h> >++#include <sys/dirent.h> > +#include <sys/syslimits.h> > > //File Routines-----------------------------------------------------------
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 238614
: 205128