summaryrefslogtreecommitdiff
path: root/x11-libs/cairo/files/cairo-respect-fontconfig.patch
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2021-01-25 07:33:24 -0500
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2021-01-25 07:33:24 -0500
commitb78f8cd5c801ce67a9d4650000329ac49ce8961f (patch)
tree379aaa10a2eb34349fc5909dc0d60121aadbc5ff /x11-libs/cairo/files/cairo-respect-fontconfig.patch
parentafb9284f1b14866d911748d0932347763cbf11de (diff)
downloadgentoo-overlay-b78f8cd5c801ce67a9d4650000329ac49ce8961f.tar.xz
gentoo-overlay-b78f8cd5c801ce67a9d4650000329ac49ce8961f.zip
*/*: fixes
Diffstat (limited to 'x11-libs/cairo/files/cairo-respect-fontconfig.patch')
-rw-r--r--x11-libs/cairo/files/cairo-respect-fontconfig.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/x11-libs/cairo/files/cairo-respect-fontconfig.patch b/x11-libs/cairo/files/cairo-respect-fontconfig.patch
deleted file mode 100644
index b0a1b29..0000000
--- a/x11-libs/cairo/files/cairo-respect-fontconfig.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- cairo-1.7.6-orig/src/cairo-ft-font.c 2008-09-29 21:43:13.000000000 +0100
-+++ cairo-1.7.6/src/cairo-ft-font.c 2008-09-29 21:52:19.000000000 +0100
-@@ -1705,7 +1705,9 @@
- 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)