1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

Hopefully fix `make patch' after r341112.

src/SDL_Pango.c is CRLF-encoded; while we could use dos2unix here, the
port's Makefile also fetches a patch from elsewhere that expects a
CRLF-encoded file.

PR:		ports/185558
This commit is contained in:
Raphael Kubo da Costa 2014-01-25 21:41:14 +00:00
parent 7954f58315
commit a9d21c1e11
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341114

View File

@ -1,14 +1,14 @@
--- src/SDL_Pango.c~ 2013-12-31 14:26:31.000000000 +0000
+++ src/SDL_Pango.c 2013-12-31 14:22:36.000000000 +0000
@@ -330,6 +330,11 @@
@param *rect [in] Draw on this area
@param baseline [in] Horizontal location of glyphs
*/
+void SDLPango_CopyFTBitmapToSurface(
+ const FT_Bitmap *bitmap,
+ SDL_Surface *surface,
+ const SDLPango_Matrix *matrix,
+ SDL_Rect *rect);
static void
drawGlyphString(
SDLPango_Context *context,
--- src/SDL_Pango.c~ 2013-12-31 14:26:31.000000000 +0000
+++ src/SDL_Pango.c 2013-12-31 14:22:36.000000000 +0000
@@ -330,6 +330,11 @@
@param *rect [in] Draw on this area
@param baseline [in] Horizontal location of glyphs
*/
+void SDLPango_CopyFTBitmapToSurface(
+ const FT_Bitmap *bitmap,
+ SDL_Surface *surface,
+ const SDLPango_Matrix *matrix,
+ SDL_Rect *rect);
static void
drawGlyphString(
SDLPango_Context *context,