summarylogtreecommitdiffstats
path: root/cairo-respect-fontconfig_pb.patch
diff options
context:
space:
mode:
authorDobroslaw Kijowski2016-04-14 17:50:15 +0200
committerDobroslaw Kijowski2016-04-14 17:50:15 +0200
commit10324c29e1c67eb18398d579891f9598aee93397 (patch)
tree9eb1234c3e212b4e825dd879dbe3503bb00c6396 /cairo-respect-fontconfig_pb.patch
parente4088bb3bee27a2dc8dcc42ed0308cb5a45c7e57 (diff)
downloadaur-10324c29e1c67eb18398d579891f9598aee93397.tar.gz
* Upgrade to 1.14.6.
* Download patches directly from github.
Diffstat (limited to 'cairo-respect-fontconfig_pb.patch')
-rw-r--r--cairo-respect-fontconfig_pb.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/cairo-respect-fontconfig_pb.patch b/cairo-respect-fontconfig_pb.patch
deleted file mode 100644
index 55912cd2371e..000000000000
--- a/cairo-respect-fontconfig_pb.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/src/cairo-ft-font.c 2015-03-10 23:21:07.000000000 +0100
-+++ b/src/cairo-ft-font.c 2015-03-11 21:59:05.747697134 +0100
-@@ -1841,7 +1841,9 @@ _cairo_ft_options_merge (cairo_ft_option
- options->base.subpixel_order = other->base.subpixel_order;
- }
-
-- if (options->base.hint_style == CAIRO_HINT_STYLE_DEFAULT)
-+ options->base.hint_style = CAIRO_HINT_STYLE_DEFAULT;
-+
-+ if (other->base.hint_style != CAIRO_HINT_STYLE_DEFAULT)
- options->base.hint_style = other->base.hint_style;
-
- if (other->base.hint_style == CAIRO_HINT_STYLE_NONE)