summaryrefslogtreecommitdiffstats
path: root/gd-2.0.33-BoxBound.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-03-23 18:33:56 +0100
committerRemi Collet <fedora@famillecollet.com>2015-03-23 18:33:56 +0100
commitbf10ddd51b76640cce8e3fee6d1cc7fdc9e2b33a (patch)
tree6b4a6b62caad0c08acaafb856c0f0cd5fc9d4655 /gd-2.0.33-BoxBound.patch
parent027cdd97196d4e1d1b7ec0ee5d650992554cde6a (diff)
gd: fix version in gdlib.pc
Diffstat (limited to 'gd-2.0.33-BoxBound.patch')
-rw-r--r--gd-2.0.33-BoxBound.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/gd-2.0.33-BoxBound.patch b/gd-2.0.33-BoxBound.patch
deleted file mode 100644
index c5daf36..0000000
--- a/gd-2.0.33-BoxBound.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- gd-2.0.33/gdft.c.pom 2004-11-02 22:00:48.000000000 +0100
-+++ gd-2.0.33/gdft.c 2006-11-21 09:25:49.000000000 +0100
-@@ -1237,7 +1237,8 @@
- glyph_min.x = penf.x + slot->metrics.horiBearingX;
- glyph_min.y = penf.y - slot->metrics.horiBearingY;
-
--#if 0
-+// #if 0 - this version of glyph_max.x setting fixes problem with
-+// too large bouonding box
- if (ch == ' ') /* special case for trailing space */
- {
- glyph_max.x = penf.x + horiAdvance;
-@@ -1246,7 +1247,8 @@
- {
- glyph_max.x = glyph_min.x + slot->metrics.width;
- }
--#else
-+//#else
-+#if 0
- glyph_max.x = penf.x + horiAdvance;
- #endif
- glyph_max.y = glyph_min.y + slot->metrics.height;