Package: freedink / 109.6-6

Metadata

Package Version Patches format
freedink 109.6-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
sdl2 2.0.10.patch | (download)

src/input.cpp | 3 2 1 - 0 !
1 file changed, 2 insertions( ), 1 deletion(-)

---
const char.patch | (download)

src/gfx_fonts.cpp | 4 2 2 - 0 !
1 file changed, 2 insertions( ), 2 deletions(-)

 fix const pointer declarations
config.h.patch | (download)

src/IOGfxGLFuncs.cpp | 2 2 0 - 0 !
src/IOGfxPrimitivesSW.cpp | 2 2 0 - 0 !
src/IOGfxSurface.cpp | 2 2 0 - 0 !
src/IOGfxSurfaceSW.cpp | 2 2 0 - 0 !
src/ImageLoader.cpp | 2 2 0 - 0 !
src/dinkc_console.h | 2 2 0 - 0 !
6 files changed, 12 insertions( )

 always include config.h before unistd.h
 gnulib provides its own implementation of unistd.h which appears on the
 search path first and can't be included unless config.h is included before
 it.  On some archs, SDL.h will recursively include unistd.h and get a
 version it isn't expecting.
 .
 Make sure config.h is always included before SDL.h.