mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05:00
374540ff65
* gnu/packages/patches/sdl-pango-fix-explicit-SDLPango_CopyFTBitmapToSurface.patch: Rename to ... * gnu/packages/patches/sdl-pango-fix-explicit-SDLPango_CopyFTBitmapTo.patch: ... this. * gnu/local.mk: Update accordingly. * gnu/packages/sdl.scm: Update accordingly.
20 lines
410 B
Diff
20 lines
410 B
Diff
--- a/src/SDL_Pango.h
|
|
+++ b/src/SDL_Pango.h
|
|
@@ -171,7 +171,7 @@
|
|
SDLPango_Direction direction);
|
|
|
|
|
|
-#ifdef __FT2_BUILD_UNIX_H__
|
|
+#ifdef FT2BUILD_H_
|
|
|
|
extern DECLSPEC void SDLCALL SDLPango_CopyFTBitmapToSurface(
|
|
const FT_Bitmap *bitmap,
|
|
@@ -179,7 +179,7 @@
|
|
const SDLPango_Matrix *matrix,
|
|
SDL_Rect *rect);
|
|
|
|
-#endif /* __FT2_BUILD_UNIX_H__ */
|
|
+#endif
|
|
|
|
|
|
#ifdef __PANGO_H__
|