diff options
Diffstat (limited to 'devel/gauche-sdl/files/patch-src::ttf::gauche-sdl-ttf.h')
-rw-r--r-- | devel/gauche-sdl/files/patch-src::ttf::gauche-sdl-ttf.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/gauche-sdl/files/patch-src::ttf::gauche-sdl-ttf.h b/devel/gauche-sdl/files/patch-src::ttf::gauche-sdl-ttf.h new file mode 100644 index 000000000000..9c05dd661537 --- /dev/null +++ b/devel/gauche-sdl/files/patch-src::ttf::gauche-sdl-ttf.h @@ -0,0 +1,11 @@ +--- src/ttf/gauche-sdl-ttf.h.orig Sun Feb 15 18:31:53 2004 ++++ src/ttf/gauche-sdl-ttf.h Sun Feb 15 18:32:10 2004 +@@ -20,7 +20,7 @@ + + #include "../gauche-sdl.h" + +-#include <SDL/SDL_ttf.h> ++#include <SDL_ttf.h> + + /***************************************************************************** + * TTF |