summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené Neumann <rene.neumann@in.tum.de>2012-11-26 17:32:49 +0100
committerRené Neumann <rene.neumann@in.tum.de>2012-11-26 17:32:49 +0100
commita8542c64c0862cc5787d9b8ca8b005d2971e3877 (patch)
tree702e2ddcd9f5cf8f89ac72631fa0ec22fb7428c8
parent131ad13b52d327754a7e129fd8027e7e614a891d (diff)
downloadpatches-a8542c64c0862cc5787d9b8ca8b005d2971e3877.tar.gz
patches-a8542c64c0862cc5787d9b8ca8b005d2971e3877.tar.bz2
patches-a8542c64c0862cc5787d9b8ca8b005d2971e3877.zip
fontconfig patch included in cairo
-rw-r--r--x11-libs/cairo/cairo-respect-fontconfig.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/x11-libs/cairo/cairo-respect-fontconfig.patch b/x11-libs/cairo/cairo-respect-fontconfig.patch
deleted file mode 100644
index b0a1b29..0000000
--- a/x11-libs/cairo/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)