[libfont-freetype-perl] 05/13: Drop 01_build_fix.patch, merged upstream.
gregor herrmann
gregoa at debian.org
Sun Jun 7 17:49:04 UTC 2015
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libfont-freetype-perl.
commit be4fbc21504246fb2dc501e8910101d5a264d378
Author: gregor herrmann <gregoa at debian.org>
Date: Sun Jun 7 19:34:09 2015 +0200
Drop 01_build_fix.patch, merged upstream.
---
debian/patches/01_build_fix.patch | 31 -------------------------------
debian/patches/series | 1 -
2 files changed, 32 deletions(-)
diff --git a/debian/patches/01_build_fix.patch b/debian/patches/01_build_fix.patch
deleted file mode 100644
index cdcefa2..0000000
--- a/debian/patches/01_build_fix.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-Author: Anthony Fok <foka at debian.org>
-Description: Patch from SuSE's Mike Fabian <mfabian at suse.de> to fix build.
---- a/FreeType.xs
-+++ b/FreeType.xs
-@@ -21,6 +21,7 @@
- #include FT_GLYPH_H
- #include FT_OUTLINE_H
- #include FT_BBOX_H
-+#include FT_TYPE1_TABLES_H
-
- #undef assert
- #include <assert.h>
-@@ -805,7 +806,8 @@
- char_code = FT_Get_First_Char(face, &glyph_idx);
- while (glyph_idx) {
- if (glyph_idx == glyph->index) {
-- RETVAL = newSVuv((UV) glyph->char_code = char_code);
-+ glyph->char_code = char_code;
-+ RETVAL = newSVuv((UV) glyph->char_code);
- break;
- }
- char_code = FT_Get_Next_Char(face, char_code, &glyph_idx);
-@@ -1052,7 +1054,7 @@
- rows = newAV();
- av_extend(rows, bitmap->rows - 1);
- buf = bitmap->buffer;
-- row_buf = New(0, row_buf, bitmap->width, unsigned char);
-+ New(0, row_buf, bitmap->width, unsigned char);
-
- if (bitmap->pixel_mode == FT_PIXEL_MODE_MONO) {
- for (i = 0; i < bitmap->rows; ++i) {
diff --git a/debian/patches/series b/debian/patches/series
index b26cb87..ca1bbc0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
-01_build_fix.patch
02_new_functions.patch
03_spelling.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libfont-freetype-perl.git
More information about the Pkg-perl-cvs-commits
mailing list