[Pkg-sdl-commits] [sdlpango] 02/11: Revert "Fix clang build"

Manuel A. Fernandez Montecelo mafm at moszumanska.debian.org
Tue Jun 27 19:10:19 UTC 2017


This is an automated email from the git hooks/post-receive script.

mafm pushed a commit to branch master
in repository sdlpango.

commit 4a340250741e9eb4ab0d4da89db36abccbb1a545
Author: Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
Date:   Wed Jun 21 00:06:46 2017 +0200

    Revert "Fix clang build"
    
    This reverts commit b2d2c20325746ec37277b45a4f9fe64d8bb8f786.
    
    Reason: There doesn't seem to be a big drive to support Clang at the moment, and
    while in general it's a good idea to add support to more compilers, I am not
    sure if this moderately intrusive change is a fix to the program or a workaround
    to address some shortcoming of Clang at the time, so I fear that it might cause
    some changes in behaviour to other compilers.
---
 debian/patches/fix-clang-build.patch | 17 -----------------
 debian/patches/series                |  1 -
 2 files changed, 18 deletions(-)

diff --git a/debian/patches/fix-clang-build.patch b/debian/patches/fix-clang-build.patch
deleted file mode 100644
index 0f194af..0000000
--- a/debian/patches/fix-clang-build.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Index: sdlpango/src/SDL_Pango.c
-===================================================================
---- sdlpango.orig/src/SDL_Pango.c
-+++ sdlpango/src/SDL_Pango.c
-@@ -264,6 +264,12 @@
- 
- static void clearFTBitmap(FT_Bitmap *bitmap);
- 
-+static void SDLPango_CopyFTBitmapToSurface(
-+    const FT_Bitmap *bitmap,
-+    SDL_Surface *surface,
-+    const SDLPango_Matrix *matrix,
-+    SDL_Rect *rect);
-+
- typedef struct _surfaceArgs {
-     Uint32 flags;
-     int depth;
diff --git a/debian/patches/series b/debian/patches/series
index 1dbafa0..16bfbcc 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,4 +4,3 @@ matrix_declarations.patch
 sans-serif.patch
 fillrect_crash.patch
 blit_overflow.patch
-fix-clang-build.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sdl/packages/sdlpango.git



More information about the pkg-sdl-commits mailing list