diff options
author | rakuco <rakuco@FreeBSD.org> | 2014-01-26 05:41:14 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2014-01-26 05:41:14 +0800 |
commit | f053bc75667b1a886c640cdf3c2fcab4aa12f851 (patch) | |
tree | a7edb025a3d537540f0a65590839cdf9a72ef7fa | |
parent | 2d5aa979f7e60125129b336701b74a298f77af9f (diff) | |
download | freebsd-ports-gnome-f053bc75667b1a886c640cdf3c2fcab4aa12f851.tar.gz freebsd-ports-gnome-f053bc75667b1a886c640cdf3c2fcab4aa12f851.tar.zst freebsd-ports-gnome-f053bc75667b1a886c640cdf3c2fcab4aa12f851.zip |
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
-rw-r--r-- | x11-toolkits/sdl_pango/files/patch-src_SDL_Pango.c | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/x11-toolkits/sdl_pango/files/patch-src_SDL_Pango.c b/x11-toolkits/sdl_pango/files/patch-src_SDL_Pango.c index 67b8ccf1a103..e3f607f89293 100644 --- a/x11-toolkits/sdl_pango/files/patch-src_SDL_Pango.c +++ b/x11-toolkits/sdl_pango/files/patch-src_SDL_Pango.c @@ -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,
|